Job Search
LeadMagic’s Jobs Finder
Job Search
Search and filter job listings across companies with a straightforward page-based jobs search.Endpoint Details
- Pricing
- Rate Limits
| Metric | Value |
|---|---|
| Cost | 1 credit per job returned |
| No Results | FREE if no jobs found |
Quick Example
Request Parameters
All fields are optional - combine them to filter results:- Company Filters
- Job Filters
- Location Filters
- Date Filters
- Pagination
Response
Job Object
| Field | Type | Description |
|---|---|---|
title | string | Job title |
company.name | string | Company name |
company.website_url | string | Company website |
company.b2b_profile_url | string | Company profile URL |
location | string | Job location |
types | array | Job types (Full-time, etc.) |
experience_level | string | Entry, Mid, Senior, Executive |
has_remote | boolean | Remote work available |
published | string | Posted date |
description | string | Full job description |
application_url | string | Apply link |
Example Response
Reference Endpoints
Get valid filter IDs from these endpoints (all free, no credits):Countries
Regions
Job Types
Company Types
Industries
Best Practices
Filter by posted_within
Filter by posted_within
posted_within: 14 to focus on companies actively hiring right now.Target your buyer's role
Target your buyer's role
Chain with Role Finder
Chain with Role Finder
Use pagination wisely
Use pagination wisely
per_page: 20 and paginate. Don’t request large pages you won’t use.Use Cases
Sales Intelligence
ABM Targeting
Market Research
Recruiting
Authorizations
Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).
Body
Provide the Company Name. (Optional)
"Clay"
Provide the Company Website. (Optional)
"clay.com"
Provide the Job Title.
"RevOps Engineer"
Location of the job
"United States"
Indicates the required experience level for the job. Choose "entry" for Entry Level, "mid" for Mid Level, "senior" for Senior Level, or "executive" for Executive Level. If not specified, jobs from all experience levels will be included.
"senior"
Filters jobs based on specific keywords or phrases found in the job description.
"leadmagic"
Filter jobs by country code, such as US or GB. Use the country helper for supported values.
"US"
Filter jobs by region ID.
5
Filter jobs by job type ID.
1
Filter jobs by company type ID.
1
Filter jobs by company industry ID.
7
Minimum number of employees
51
Maximum number of employees
10000
Determines whether the jobs offer remote work options. Set to true to include remote-only listings, or false to include non-remote listings.
true
Specify the number of days within which the job was posted.
30
Filters jobs posted on or after a specific date. Use the format YYYY-MM-DD.
"2026-05-01"
Filters jobs posted on or before a specific date. Use the format YYYY-MM-DD.
"2026-05-15"
Page number
Provide number of results needed per page. (Maximum per_page can be 50)