v1
latestOpenAPI 3.1.02026-07-265111.5 MBHTTP search request
21/02/2025 Update - You can now search Names and Crypto Wallets using the API.
Query parameters
The query input type.
The search query.
Specify the amount of time you want the request to run for (recommended 60, max 80, min 25). For example, if you set 30 seconds, only modules that finish within 30 seconds will return results; slower ones will be skipped.
When searching names, enabling "exact_match" will return only results that match the exact name (or very close permutations of it), filtering out partial or loosely related matches.
Enables premium modules (e.g., Snapchat, TikTok). When a premium module is applicable, it costs +3 additional credits; for input types where no premium modules exist, no extra credits are charged.
Headers
Your API key.
The search result return type.
Response
200
Example response
[
{
"module": "maps",
"data": {
"visibility": "XXXXXXX",
"stats": {
"Reviews": "XXXXXXX",
"Ratings": "XXXXXXX",
"Photos": "XXXXXXX",
"Videos": "XXXXXXX",
"Captions": "XXXXXXX",
"Answers": "XXXXXXX",
"Edits": "XXXXXXX",
"Places added": "XXXXXXX",
"Roads added": "XXXXXXX",
"Facts checked": "XXXXXXX",
"Q&A": "XXXXXXX"
},
"reviews": [
{
"id": "XXXXXXX",
"location": {
"id": "XXXXXXX",
"address": "XXXXXXX",
"tags": [
"XXXXXXX"
],
"position": {
"latitude": "XXXXXXX",
"longitude": "XXXXXXX"
},
"cost": "XXXXXXX",
"name": "XXXXXXX",
"types": [
{
"id": "XXXXXXX",
"icon": "XXXXXXX",
"icon_color": "XXXXXXX",
"bg_color": "XXXXXXX",
"name": "XXXXXXX"
}
]
},
"comment": "XXXXXXX",
"rating": "XXXXXXX",
"approximative_date": "XXXXXXX"
}
]
},
"front_schemas": [
{
"map": [
{
"id": "XXXXXXX",
"location": {
"id": "XXXXXXX",
"address": "XXXXXXX",
"tags": [
"XXXXXXX"
],
"position": {
"latitude": "XXXXXXX",
"longitude": "XXXXXXX"
},
"cost": "XXXXXXX",
"name": "XXXXXXX",
"types": [
{
"id": "XXXXXXX",
"icon": "XXXXXXX",
"icon_color": "XXXXXXX",
"bg_color": "XXXXXXX",
"name": "XXXXXXX"
}
]
},
"comment": "XXXXXXX",
"rating": "XXXXXXX",
"approximative_date": "XXXXXXX"
}
]
}
],
"spec_format": [
{
"registered": {
"proper_key": "Registered",
"value": true,
"type": "bool"
},
"platform_variables": [
{
"key": "reviews",
"proper_key": "Reviews",
"value": [
{
"id": "XXXXXXX",
"location": {
"id": "XXXXXXX",
"address": "XXXXXXX",
"tags": [
"XXXXXXX"
],
"position": {
"latitude": "XXXXXXX",
"longitude": "XXXXXXX"
},
"cost": "XXXXXXX",
"name": "XXXXXXX",
"types": [
{
"id": "XXXXXXX",
"icon": "XXXXXXX",
"icon_color": "XXXXXXX",
"bg_color": "XXXXXXX",
"name": "XXXXXXX"
}
]
},
"comment": "XXXXXXX",
"rating": "XXXXXXX",
"approximative_date": "XXXXXXX"
}
],
"type": "list"
}
]
}
],
"status": "XXXXXXX",
"query": "XXXXXXX",
"from": "XXXXXXX",
"reliable_source": true
}
]