Create Company Radar
Create a company radar with company-specific filters.
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 domain to track (e.g., stripe.com). Protocol, www, paths, and query parameters are automatically normalized.
"stripe.com"
The type of company activity to track
company_new_hires, company_job_openings, company_promotions, company_reviews, company_mentions, company_social_posts, company_social_posts_cxo, company_social_engagements 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"
Optional array of department names to filter results. See API documentation for valid department values.
[
"Engineering",
"Product Management",
"Sales"
]Optional array of seniority levels to filter results. See API documentation for valid seniority values.
["Senior", "Manager", "Director"]A boolean expression for advanced job title filtering. Overrides other filters when provided.
"Senior Software Engineer"
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.
{
"campaign_id": "q4-2024-hiring",
"priority": "high",
"customer_id": "cust_123"
}LinkedIn company or school page URL. Must be exact format: https://www.linkedin.com/company/acme or https://www.linkedin.com/school/stanford-university
"https://www.linkedin.com/company/stripe"