SimilarWeb · Schema
SimilarWeb Traffic and Engagement Response
JSON Schema for SimilarWeb website traffic and engagement API responses including visits, bounce rate, pages per visit, and unique visitors.
Digital IntelligenceWeb AnalyticsTraffic AnalyticsCompetitive IntelligenceKeyword AnalyticsAudience DemographicsApp IntelligenceMarket ResearchE-CommerceSEO
Properties
| Name | Type | Description |
|---|---|---|
| meta | object | |
| visits | array | Time series of visit estimates |
| bounce_rate | array | Time series of bounce rate values (0–1 decimal) |
| pages_per_visit | array | Time series of pages per visit values |
| unique_visitors | array | Time series of unique visitor estimates |
| avg_visit_duration | array | Time series of average visit duration in seconds |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/similarweb/json-schema/similarweb-traffic-engagement.json",
"title": "SimilarWeb Traffic and Engagement Response",
"description": "JSON Schema for SimilarWeb website traffic and engagement API responses including visits, bounce rate, pages per visit, and unique visitors.",
"type": "object",
"properties": {
"meta": {
"$ref": "#/$defs/Meta"
},
"visits": {
"type": "array",
"description": "Time series of visit estimates",
"items": {
"$ref": "#/$defs/DateValueNumber"
}
},
"bounce_rate": {
"type": "array",
"description": "Time series of bounce rate values (0–1 decimal)",
"items": {
"$ref": "#/$defs/DateBounceRate"
}
},
"pages_per_visit": {
"type": "array",
"description": "Time series of pages per visit values",
"items": {
"$ref": "#/$defs/DateValueNumber"
}
},
"unique_visitors": {
"type": "array",
"description": "Time series of unique visitor estimates",
"items": {
"$ref": "#/$defs/DateValueNumber"
}
},
"avg_visit_duration": {
"type": "array",
"description": "Time series of average visit duration in seconds",
"items": {
"$ref": "#/$defs/DateValueNumber"
}
}
},
"required": ["meta"],
"$defs": {
"Meta": {
"type": "object",
"description": "Standard response metadata block",
"properties": {
"request": {
"type": "object",
"description": "Echo of the original request parameters",
"properties": {
"domain": { "type": "string" },
"start_date": { "type": "string" },
"end_date": { "type": "string" },
"country": { "type": "string" },
"format": { "type": "string" },
"granularity": { "type": "string" },
"main_domain_only": { "type": "boolean" }
}
},
"status": {
"type": "string",
"description": "Request status",
"examples": ["Success"]
},
"last_updated": {
"type": "string",
"format": "date",
"description": "Timestamp of the most recent data update"
}
},
"required": ["status"]
},
"DateValueNumber": {
"type": "object",
"description": "A date-keyed numeric metric data point",
"properties": {
"date": {
"type": "string",
"format": "date",
"description": "Date of the data point (YYYY-MM-DD)"
},
"value": {
"type": "number",
"description": "Numeric metric value for the date"
}
},
"required": ["date"]
},
"DateBounceRate": {
"type": "object",
"description": "Bounce rate data point",
"properties": {
"date": {
"type": "string",
"format": "date"
},
"bounce_rate": {
"type": "number",
"minimum": 0,
"maximum": 1,
"description": "Bounce rate as a decimal between 0 and 1"
}
},
"required": ["date", "bounce_rate"]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/similarweb-traffic-engagement"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.