Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Search SimilarWeb Info API Playground
Returns SimilarWeb data for a given query (typically a domain).
GETapiKey5 credits/requestsimilarweb.searchResponseDocSimilarWeb
Endpoint details
Returns SimilarWeb data for a given query (typically a domain).
- Method
- GET
- Path
- /similarweb/search
- Authentication
- apiKey
- Credit cost
- 5 credits/request
- Platform
- SimilarWeb
- Parameters
- 2 documented fields
Request parameters
q:queryx-api-key:header
Response schema fields
codedatadata.appsdata.apps.appStoredata.apps.appStore[].appKeydata.apps.appStore[].iddata.apps.appStore[].imagedata.apps.appStore[].namedata.apps.appStore[].publisherdata.apps.appStore[].ratingsdata.apps.appStore[].storedata.apps.googlePlay
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"apps": {
"googlePlay": [
{
"id": "com.google.android.apps.photos",
"name": "Google Photos",
"publisher": "Google LLC",
"appKey": "0_com.google.android.apps.photos",
"store": "google",
"ratings": 51693148
}
],
"appStore": [
{
"id": "507874739",
"name": "Google Drive",
"publisher": "Google LLC",
"appKey": "1_507874739",
"store": "apple",
"ratings": 6753918
}
]
},
"websites": [
{
"name": "google.com",
"image": "https://site-images.similarcdn.com/image?url=google.com&t=2&s=1&h=eb35e0fbafa3eb290132ffdfe47187d950d68daaa659ec1bd4b4e834b8f16461",
"isVirtual": false
}
],
"companies": [
{
"domain": "google.com",
"name": "Google, LLC",
"logoUrl": "https://static-us-east-1.similarcdn.com/si/company_data/merged_v2/firmographics_logos/bf9c398717b4c0c1ecee483a3c844e710eaff98658e8cc1f6ab..."
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/similarweb/search?q=<q>" \
-H "x-api-key: <api-key>"