Skip to content
Scrappa Get API key

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

SimilarWeb Traffic Batch 1 credit/request

Endpoint

GET https://scrappa.co/api/similarweb/batches
Request preview POST
https://scrappa.co/api/similarweb/batches
Auth header x-api-key
Cost 1 credit/request
domains = ["google.com","https://www.github.com/openai"]
Response preview 200 OK
{
    "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.

domains array Required

JSON array containing up to 1,000 unique domains or URLs and no more than 2,000 submitted entries.

Example value ["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
JSON Response
200 OK
{
    "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.

Try It Live

Test this endpoint in our interactive playground with real data.