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.
Notifies you when job postings matching your keyword and location filters are discovered across the job market. This radar type helps you identify companies using certain technologies (e.g. Ramp), working on specific projects (e.g. cost cutting), or track hiring patterns based on job titles (e.g. GTM engineer).
Content Structure
The content object contains the job opening and company information:
| Field | Type | Required | Description |
|---|
| job_opening | object | Yes | Details about the discovered job posting |
| company | object | Yes | Information about the hiring company |
Job Opening Object Structure
| Field | Type | Required | Description |
|---|
| title | string | Yes | Job title or position name |
| url | string | Yes | Direct URL to the job posting |
| posted_at | string | No | Date when job was posted (YYYY-MM-DD format), null when the exact job posting date cannot be reliably determined |
| description | string | Yes | Full job description text |
| source | string | Yes | Platform where job was found (e.g., “LinkedIn”, “Indeed”) |
| country | string | No | Country where job is located |
| seniority | string | No | Seniority level: “Entry”, “Senior”, “Manager”, “Director”, “CXO”, “Vice President”, “Partner”, “Owner”, “Other” |
| department | string | No | Department category: “Engineering”, “Sales”, “Marketing”, “Product”, “Customer Success”, “Operations”, “Finance”, “HR”, “Legal”, “Design”, “Data” |
Company Object Structure
| Field | Type | Required | Description |
|---|
| name | string | Yes | Company name |
| domain | string | Yes | Company website domain |
| hq_country | string | No | Company headquarters country |
| profile_url | string | No | LinkedIn company profile URL |
| size | string | No | Company size range: “1”, “2-10”, “11-50”, “51-200”, “201-500”, “501-1000”, “1001-5000”, “5001-10000”, “10001+“ |
| industry | string | No | Company industry category |
Filtering Behavior
- Keyword Matching: Jobs are filtered by the keyword appearing in the job title or description
- Location Filtering: When countries are specified, only jobs in those locations are included
- Deduplication: Same jobs found on different platforms or with slight variations are automatically deduplicated
- Freshness: Jobs older than 2 days are still processed but marked with their original posting date
Example
This example includes base webhook fields along with industry-job-openings-specific content:
{
"update_id": "7f2f1b8e-2c3d-4e91-b6a5-9f0d1a2b3c4d",
"update_type": "radar_finding",
"record_id": "3a9b1b0e-8d3a-4f0b-9237-1f2c3d4e5f6a",
"discovered_at": "2024-03-19T10:15:30Z",
"data": {
"radar_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"radar_type": "industry_job_openings",
"keyword": "growth marketing",
"countries": ["United States", "Canada"],
"domain": null,
"next_charge_at": "2024-04-20T12:30:00Z",
"custom_fields": {
"campaign_id": "q4-2024-hiring",
"priority": "high"
}
},
"content": {
"job_opening": {
"title": "Senior Growth Marketing Manager",
"url": "https://www.acme.com/jobs/123456789",
"posted_at": "2024-03-20",
"description": "We are seeking a Senior Growth Marketing Manager to drive user acquisition and retention strategies for our SaaS platform.",
"source": "Company Website",
"country": "United States",
"seniority": "Senior",
"department": "Marketing"
},
"company": {
"name": "Acme Inc",
"domain": "acme.com",
"hq_country": "United States",
"profile_url": "https://linkedin.com/company/acme",
"size": "201-500",
"industry": "Computer Software"
}
}
}
Use Cases
- Technology Adoption Tracking: Monitor companies hiring for specific technologies (“React developer”, “Salesforce admin”, “Snowflake engineer”) to identify potential customers
- Project Signal Detection: Discover companies working on specific initiatives through job descriptions (“cost optimization”, “digital transformation”, “AI implementation”)
- Emerging Role Monitoring: Track new or specialized roles that indicate market trends (“GTM engineer”, “Developer Relations”, “Revenue Operations”)
- Sales Prospecting: Find companies hiring roles that indicate budget/growth/pain points relevant to your solution
Important Notes
- Company Domain Identification: Company website domains are identified through best-effort matching and enrichment. In some cases, the domain may be estimated or unavailable, particularly for newer companies or those without strong online presence
- Data Timing: Job posting dates are sourced from the platform when available, or estimated based on discovery timing when not provided by the source. Rest assured these are recent postings - we focus on fresh job opportunities and share the most accurate timing information availablewa