driver parameter explicitly on Extract or Agent requests.
Quick Start
Example Request
Example Response
How it works
1
Submit a URL or agent name
Pass either a
url (domain) or agent name as a query parameter. Exactly
one must be provided.2
Nimble resolves the driver
Nimble queries its domain knowledge database to identify the antibot systems
protecting the target and returns the recommended driver.
3
Pin the driver on your Extract or Agent request
Use the returned
driver value in the driver parameter of an Extract or
Agent request to skip auto-detection and use the resolved tier directly.Parameters
url
url
string
Target domain to resolve the driver for.Example:
amazon.comMutually exclusive with agent — provide exactly one.agent
agent
string
Agent name to resolve the driver for.Example:
amazon_pdpMutually exclusive with url — provide exactly one.Response fields
Using the result with Extract
Pass the resolveddriver value directly to an Extract request to skip auto-detection.
If the resolved driver is a
wsa-* value, use the equivalent vx driver
instead when calling Extract. See the conversion table below.cURL
Related
Extract
Use the resolved driver in Extract requests via the
driver parameterTemplates
Resolve the driver for any template
Pricing
Understand how driver tiers affect request cost