Real-time Indeed data — job search results, full job details, and company profiles with ratings and reviews. All data is scraped directly from Indeed and returned as structured JSON.
See real data shapes from every endpoint — no signup required.
/indeed/search
curl -G "https://api.pullapi.com/indeed/search" \
-H "x-rapidapi-key: YOUR_API_KEY"
{
"success": true,
"data": {
"query": "software engineer",
"location": "New York, NY",
"page": 1,
"has_next_page": true,
"job_count_on_page": 15,
"jobs": [
{
"job_key": "a1b2c3d4e5f6g7h8",
"title": "Senior Software Engineer",
"company": "Acme Corp",
"location": "New York, NY 10001",
"salary": "$150,000 - $200,000 a year",
"job_type": "Full-time",
"snippet": [ "5+ years of experience with Python", "Strong knowledge of distributed systems"
],
"posted": "3 days ago",
"company_logo": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/example.png",
"description": null,
"benefits": [ "Health insurance", "401(k)", "Paid time off"
]
}
]
},
"credits_used": 1,
"cache_hit": false,
"timestamp": "2026-03-15T12: 00: 00+00: 00"
}
3 endpoints across 3 categories.
/indeed/search
Search Indeed job listings by keyword query with optional filters for location, job type, sort order, and pagination. Returns up to 15 jobs per page with titles, companies, salaries, snippets, and posting dates.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
query |
string | Yes | Job search query. Examples: "software engineer", "data analyst", "registered nurse" | software engineer |
location |
string | No | Location to search in. City and state, ZIP code, or "remote". Leave empty for all locations. | New York, NY |
job_type |
string | No | Filter by employment type. Leave empty for all types. | , fulltime, parttime, contract, temporary, internship |
page |
integer | No | Page number for paginated results (starts at 1) | 1 |
sort |
string | No | Sort order. Use "date" for newest first, or leave empty for relevance (default). | , date |
{
"success": true,
"data": {
"query": "software engineer",
"location": "New York, NY",
"page": 1,
"has_next_page": true,
"job_count_on_page": 15,
"jobs": [
{
"job_key": "a1b2c3d4e5f6g7h8",
"title": "Senior Software Engineer",
"company": "Acme Corp",
"location": "New York, NY 10001",
"salary": "$150,000 - $200,000 a year",
"job_type": "Full-time",
"snippet": [ "5+ years of experience with Python", "Strong knowledge of distributed systems"
],
"posted": "3 days ago",
"company_logo": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/example.png",
"description": null,
"benefits": [ "Health insurance", "401(k)", "Paid time off"
]
}
]
},
"credits_used": 1,
"cache_hit": false,
"timestamp": "2026-03-15T12: 00: 00+00: 00"
}
/indeed/job
Get full job details including the complete job description, qualifications, benefits, salary, and company information. Requires an Indeed job key (16-character hex string) which can be obtained from the search endpoint.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
job_key |
string | Yes | Indeed job key, a 16-character hex identifier. Found in search results as the `job_key` field,... | a1b2c3d4e5f6g7h8 |
{
"success": true,
"data": {
"job_key": "a1b2c3d4e5f6g7h8",
"title": "Senior Software Engineer",
"company": "Acme Corp",
"company_url": "https://www.indeed.com/cmp/Acme-Corp",
"location": "New York, NY 10001",
"salary": "$150,000 - $200,000 a year",
"job_type": "Full-time",
"description": "We are looking for a Senior Software Engineer to join our growing team. You will be responsible for designing and implementing scalable backend services...",
"benefits": [ "Health insurance", "Dental insurance", "401(k) matching", "Paid time off", "Remote work flexibility"
],
"qualifications": [ "Bachelor's degree in Computer Science or related field", "5+ years of software development experience", "Proficiency in Python and JavaScript"
]
},
"credits_used": 1,
"cache_hit": false,
"timestamp": "2026-03-15T12: 00: 00+00: 00"
}
/indeed/company
Get company information, overall rating, category ratings, and recent employee reviews from Indeed. Includes details like industry, company size, revenue, CEO, and headquarters.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
name |
string | Yes | Company name or Indeed company slug. Examples: "Google", "Amazon", "Meta" |
{
"success": true,
"data": {
"name": "Google",
"rating": 4.3,
"review_count": 32456,
"logo_url": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/google.png",
"description": "Google LLC is an American multinational technology company focusing on search engine technology, online advertising, cloud computing...",
"industry": "Internet & Web Services",
"company_size": "10,000+ employees",
"revenue": "$10+ billion (USD)",
"founded": "1998",
"headquarters": "Mountain View, CA",
"ceo": "Sundar Pichai",
"wellbeing_score": 73,
"category_ratings": {
"Work/Life Balance": 4.2,
"Pay & Benefits": 4.4,
"Job Security & Advancement": 3.9,
"Management": 3.8,
"Culture": 4.3
},
"recent_reviews": [
{
"rating": 5.0,
"title": "Great place to work",
"text": "Amazing culture, excellent benefits, and interesting projects. Work-life balance is very good for tech...",
"reviewer": "Software Engineer",
"date": "March 10, 2026"
},
{
"rating": 3.0,
"title": "Good but changing",
"text": "The company has grown a lot and the culture is shifting. Still good benefits but more corporate now...",
"reviewer": "Product Manager",
"date": "March 5, 2026"
}
]
},
"credits_used": 1,
"cache_hit": false,
"timestamp": "2026-03-15T12: 00: 00+00: 00"
}
Get started in seconds with your preferred language.
curl -G "https://api.pullapi.com/indeed/search?query=software engineer&location=New York, NY" \
-H "x-rapidapi-host: indeed-scraper-api.p.rapidapi.com" \
-H "x-rapidapi-key: YOUR_API_KEY"
HTTP-based API. No Selenium, no Puppeteer, no headless browsers to manage.
Automatic residential proxy rotation handles anti-bot detection for you.
Smart Redis caching means faster repeated queries and lower costs.
No monthly commitment. Free tier included. Pay only for what you use.
What developers build with the Indeed Scraper API.
More APIs in Jobs & Careers.
Talent Intelligence · Company Research
Salary Benchmarking · Employer Branding
Lead Generation · Local SEO Audit
Lead Generation · Business Directory
Startup Research · Funding Intelligence
Product Discovery · Launch Tracking
Start with the free tier. No credit card required.
Subscribe on RapidAPI →