Developer Experience

Platform API:
bulk discovery

Describe the companies you want, start a search, pull structured results into your workflow.

Bulk discovery API
Status polling
JSON results
CSV export
01

Start Search

Send one natural-language query for a list of matching businesses.

02

Poll Status

Use the request ID to check progress while candidates are matched.

03

Use Results

Pull structured JSON or CSV into your CRM, spreadsheet, or workflow.

curl -X POST https://api.agentika.ca/v1/discover/search \
  -H "x-api-key: agk_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "Find Canadian B2B SaaS companies, 20-200 employees, hiring SDRs or sales ops",
    "limit": 25,
    "quality": "high"
  }'

# Response
{
  "request_id": "agk_fa_123",
  "status": "processing",
  "quality": "high",
  "limit": 25,
  "message": "Search started. Poll GET /v1/discover/{request_id} for status."
}

Ready for
AI CRM?

Book a demo, walk through your market, and get a workspace when the fit is right.

Need Platform API access? Open portal
AI CRM first
Custom employees next
Separate Platform API