200
application/jsonThe response contains the status of the request and data. Data is an array where each element represents a response for a single query from the request.
{
"id": "your-request-id",
"status": "Success",
"data": [
{
"query": "apple.com",
"overview": {
"global_rank": 87,
"global_rank_change": 1,
"category_rank": 1,
"category_rank_change": 0,
"country_rank": 66,
"country_rank_change": 3,
"country_alpha2_code": "US",
"bounce_rate": 0.5243936157809659,
"pages_per_visit": 3.117111176387203,
"visits_avg_duration_formatted": "00:02:27",
"company_name": "Apple",
"company_year_founded": 1976,
"company_employees_min": 10001,
"company_revenue_min": 1000000000
}
}
]
}