Fetch hiring signals (open job postings) with filtering, pagination, and search. Supports role-aware position filters, department and seniority filters, location targeting, team size, and applicant range filtering.
API key for Hiring Signals API authentication. Include as Bearer token in Authorization header.
Page number for pagination
x >= 1Number of results per page (maximum 100)
1 <= x <= 100Filter signals from this date (ISO 8601 format: YYYY-MM-DD)
Filter signals up to this date (ISO 8601 format: YYYY-MM-DD)
Relative date shorthand. Takes precedence over dateFrom/dateTo.
today, yesterday, last_7d, last_14d, last_30d, last_60d, last_90d, last_6m, last_1y, last_2y, this_week, this_month, this_quarter, this_year, last_week, last_month, last_quarter, last_year Free-text search across company name, industry, job title, location, and city
Comma-separated list of country codes to filter by
Comma-separated US state codes to filter by
Free-text search on hiring signal city, location, and region
Pipe-separated list of company industry categories to filter by
Comma-separated list of subcategory IDs to filter by. These filter companies based on keyword patterns matching their industry, keywords, and specialties.
Comma-separated list of positions to filter by. Allowed values include ceo, cto, cfo, coo, vp of engineering, vp of sales, vp of marketing, head of product, head of growth, head of engineering, engineering manager, product manager, sales manager, marketing manager, founder, co-founder.
Comma-separated list of departments to filter by. Allowed values include marketing, sales, engineering, product, design, operations, finance, people, data, customer_success, growth, legal.
Comma-separated list of seniority levels to filter by. Allowed values include founder, c_level, vp, director, head, lead, manager.
Comma-separated team size ranges to filter by. Format: min-max (e.g., 1-10, 11-50, 51-200, 201-1000, 1000-plus).
Comma-separated applicant count ranges to filter by. Format: min-max (e.g., 0-25, 26-50, 51-100, 101-200, 201-plus).
Field to sort by
date_posted, created_at, title, company_name, location Sort direction
asc, desc If set to true, returns only the total count without data rows and without deducting credits.
true