/similarweb/searchapiKey5 credits/requestSearch SimilarWeb Info
Returns SimilarWeb data for a given query (typically a domain).
Required params: q:query
API Reference
Use Crawlora's SimilarWeb Scraper API endpoints to extract supported public SimilarWeb data as structured JSON. This documentation covers 2 active endpoints including Search SimilarWeb Info, Get SimilarWeb Web Info. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as q, domain, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/similarweb/search?q=coffee" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/similarweb/searchapiKey5 credits/requestReturns SimilarWeb data for a given query (typically a domain).
Required params: q:query
/similarweb/web/{domain}apiKey5 credits/requestReturns traffic and engagement data from SimilarWeb for a specific domain.
Required params: domain:path
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Search SimilarWeb Info | /similarweb/search | GET | 5 credits/request | q:query | View docs | Try endpoint |
| Get SimilarWeb Web Info | /similarweb/web/{domain} | GET | 5 credits/request | domain:path | View docs | Try endpoint |