Execute SERP Async Endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.nimbleway.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body model for the fast serp endpoint
The search engine to query
google_search, google_aio, google_maps_search, google_maps_reviews, google_maps_place, google_news, google_images, bing_search, yandex_search "google_search"
The search query string. Required for google_search, google_news, google_images, and google_maps_search
"NBA Allstars 2026"
Google Maps place identifier. Required for google_maps_place and google_maps_reviews
"ChIJtRq8oUjLw4kR_tN2GQKUOXs"
{
"latitude": "40.7123695",
"longitude": "-74.0357317"
}Filter results by time range. Only supported for google_search, google_news, and google_images
"hour"
"day"
"week"
"month"
"year"
Run the search as if from a specific country. Returns geo-localized results (optimized for US)
"US"
Language preference for the search results. Use LCID standard
"en"
Location context for the search. Accepted for google_search, google_news, and google_images — not supported for Maps engines. Pass a location string (e.g. "United States", "New York, NY") or a raw Google UULE value.
"United States"
"New York, NY"
When set to true, removes the html_content field from the response
true
Number of results to return (1–100).
1 <= x <= 10010
Result offset for fetching beyond the first batch.
10
When set to true, returns raw HTML per individual result page instead of a single stitched HTML string.
true
Emulate a specific device type.
mobile "mobile"
When set to true, boosts sponsored results using incognito rendering (requires JS).
true
Storage type for async results. Use s3 for Amazon S3 and gs for Google Cloud Platform.
s3, gs "s3"
Repository URL where output will be saved. Format: s3://Your.Bucket.Name/your/object/name/prefix/ - Output will be saved as TASK_ID.json
"s3://Your.Repository.Path/"
A URL to callback once the data is delivered. The API will send a POST request with task details (without the requested data) when the task completes.
"https://your.callback.url/path"
When set to true, the response saved to storage_url will be compressed using GZIP format. If false or not set, response will be saved uncompressed.
false
Custom name for the stored object instead of the default task ID
"my task"