Look up which driver Nimble recommends for a given domain or agent — including detected antibot systems and whether JavaScript rendering is required. Use the result to set theDocumentation Index
Fetch the complete documentation index at: https://docs.nimbleway.com/llms.txt
Use this file to discover all available pages before exploring further.
driver parameter explicitly on Extract or Agent requests.
Quick Start
Example Request
Example Response
How it works
Submit a URL or agent name
Pass either a
url (domain) or agent name as a query parameter. Exactly
one must be provided.Nimble resolves the driver
Nimble queries its domain knowledge database to identify the antibot systems
protecting the target and returns the recommended driver.
Parameters
url
url
Target domain to resolve the driver for.Example:
amazon.comMutually exclusive with agent — provide exactly one.agent
agent
Agent name to resolve the driver for.Example:
amazon_pdpMutually exclusive with url — provide exactly one.Response fields
| Field | Type | Description |
|---|---|---|
driver | string | Recommended driver (e.g. vx6, vx8, vx10, wsa-6m) |
description | string | Human-readable description of the driver |
antibots | array | Antibot systems detected on the domain (e.g. cloudflare, perimeterx, recaptcha) |
need_to_render | boolean | Whether JavaScript rendering is required |
url | string | Echoed input (present when url query param was used) |
agent | string | Echoed input (present when agent query param was used) |
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.| Agent driver | Extract driver |
|---|---|
wsa-6 / wsa-6m | vx6 |
wsa-8 / wsa-8m | vx8 |
wsa-10 / wsa-10m | vx10 |
cURL
Related
Extract
Use the resolved driver in Extract requests via the
driver parameterAgents
Resolve the driver for any pre-built or custom agent
Pricing
Understand how driver tiers affect request cost