curl -X GET "https://spideriq.ai/api/v1/search/all?query=tech" \ -H "Authorization: Bearer cli_xxx:key:secret"
{ "success": true, "total": 245, "hits": [ { "doc_id": "biz_123", "score": 9.1, "name": "Tech Solutions Inc", "description": "IT consulting and software development", "category": "Technology", "rating": 4.5, "address": "100 Tech Park, Luxembourg", "phone": "+352 123 456", "website": "https://techsolutions.lu", "email": "info@techsolutions.lu", "job_type": "spiderMaps", "job_id": "job-maps-001" }, { "doc_id": "lead_456", "score": 8.7, "name": "TechStart Ventures", "description": "Startup accelerator", "category": "Venture Capital", "website": "https://techstart.vc", "email": "hello@techstart.vc", "job_type": "spiderSite", "job_id": "job-site-002" } ], "facets": { "job_types": [ {"name": "spiderMaps", "count": 156}, {"name": "spiderSite", "count": 89} ], "categories": [ {"name": "Technology", "count": 78}, {"name": "Consulting", "count": 45} ] }, "page": 1, "per_page": 20 }
Full-text search across ALL job results (SpiderMaps, SpiderSite, etc.)
Bearer client_id:api_key:api_secret
spiderMaps
spiderSite
Show Hit object
Show Facets object