curl -X GET "https://spideriq.ai/api/v1/search/businesses?query=coffee" \ -H "Authorization: Bearer cli_xxx:key:secret"
{ "success": true, "total": 156, "hits": [ { "doc_id": "abc123", "score": 8.5, "name": "Café Central", "category": "Coffee Shop", "rating": 4.7, "reviews_count": 234, "address": "12 Grand Rue, Luxembourg", "phone": "+352 123 456", "website": "https://cafecentral.lu", "email": "info@cafecentral.lu", "location": { "lat": 49.6117, "lon": 6.1319 } } ], "facets": { "categories": [ {"name": "Coffee Shop", "count": 45}, {"name": "Café", "count": 32} ], "avg_rating": 4.2 }, "page": 1, "per_page": 20 }
Full-text search across SpiderMaps business data with geo-radius filtering
Bearer client_id:api_key:api_secret
_score
rating
reviews_count
newest
Show Hit object
lat
lon
Show Facets object