SimilarWeb Traffic Batch
Normalizes and deduplicates up to 1,000 domains or URLs, then processes them asynchronously with bounded concurrency. Poll the returned status URL and retry only transient failures when needed.
Run this endpoint
Endpoint
https://scrappa.co/api/similarweb/batches
https://scrappa.co/api/similarweb/batches
x-api-key
domains
= ["google.com","https://www.github.com/openai"]
{
"id": "0192fd31-7464-7ca0-bf88-4f854df84f15",
"status": "queued",
"submitted_total": 2,
"total": 2
}
Parameters
Start with the required fields, then add optional filters only when your use case needs them.
Runnable path
1 required parameter needed before sending a request.
array
Required
JSON array containing up to 1,000 unique domains or URLs and no more than 2,000 submitted entries.
["google.com","https://www.github.com/openai"]
Response Schema
Example response fields are illustrative; inspect the JSON before integrating.
Example response fields
Scan these fields before integrating.
id
status
submitted_total
total
{
"id": "0192fd31-7464-7ca0-bf88-4f854df84f15",
"status": "queued",
"submitted_total": 2,
"total": 2
}
Generate Code with AI
Copy a ready-made prompt with all the endpoint details, parameters, and example responses. Paste it into ChatGPT, Claude, or any AI assistant to instantly generate working code.