Create Industry Radar
Create an industry radar for keyword-level tracking.
Documentation Index
Fetch the complete documentation index at: https://docs.tamradar.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
The type of industry activity to track
industry_mentions, industry_funding_rounds, industry_new_companies, industry_job_openings Webhook URL to receive radar updates and notifications. Optional — if omitted, the radar is poll-only and updates are available via GET /v1/updates.
"https://webhook.site/your-webhook-id"
Required for 'industry_mentions' and 'industry_job_openings'. The keyword or phrase to track across all domains or in job postings. Must be at least 3 characters long. Not used for 'industry_funding_rounds' or 'industry_new_companies'.
3"artificial intelligence"
Optional for 'industry_job_openings' only. Array of country names to filter job postings by location. Maximum 5 countries allowed. Examples: 'United States', 'Canada', 'United Kingdom'.
5["United States", "Canada"]Optional metadata to attach to this radar. Values must be strings only. Use for internal tracking like account_id, customer_id, or campaign_id. Returned with every webhook.
{
"account_id": "acc_123",
"market_research": "ai-trends-2024",
"priority": "high"
}