curl -X GET "https://spideriq.ai/api/v1/search/leads?query=software" \ -H "Authorization: Bearer cli_xxx:key:secret"
{ "success": true, "total": 89, "hits": [ { "doc_id": "lead_xyz789", "score": 7.2, "name": "TechCorp Solutions", "description": "Enterprise software development company", "category": "SaaS", "website": "https://techcorp.com", "email": "contact@techcorp.com", "phone": "+1 555 123 4567", "icp_score": 85, "job_id": "job-abc123", "indexed_at": "2026-01-21T10:30:00Z" } ], "facets": { "categories": [ {"name": "SaaS", "count": 34}, {"name": "Consulting", "count": 22} ] }, "page": 1, "per_page": 20 }
Full-text search across SpiderSite lead data with ICP scoring
Bearer client_id:api_key:api_secret
Show Hit object
Show Facets object