cURL
curl --request POST \ --url https://hireloam.com/api/v1/sourcing/searches \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "senior React engineers in Austin who worked at startups" } '
{ "search": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "query": "<string>", "parsed_filters": {}, "result_count": 123, "enrichment_status": "<string>", "created_at": "2023-11-07T05:31:56Z" } }
Create and run a new sourcing search. Searches for candidates matching the query, enriches profiles with AI, and saves them as prospects.
API key from Settings > API Keys
Natural language search query, e.g. 'senior React engineers in Austin who worked at startups'
Search created and executed
Show child attributes
Was this page helpful?