Search Indeed's vast job listing database programmatically. Get structured job data including titles, companies, salaries, descriptions, and apply links — all without the deprecated Indeed Publisher API or complex affiliate agreements.
Structured data for real applications. Here are some ideas.
Build job boards that include Indeed listings alongside other sources. Aggregate jobs from the world's largest job site into your platform without affiliate agreements.
Analyze job posting volumes, salary ranges, required skills, and hiring trends across industries and locations using Indeed's comprehensive listing data.
Monitor Indeed for new job postings matching specific criteria. Feed listings into ATS systems, alert recruiters, and track competitor hiring activity automatically.
Extract salary data from Indeed listings to build compensation benchmarking tools, salary calculators, and pay transparency features for career platforms.
Everything you need in one API.
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/indeed/jobs?query=data+engineer&location=New+York" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"title": "Senior Data Engineer",
"company": "Spotify",
"location": "New York, NY",
"salary": "$150,000 - $180,000 a year",
"description": "Join our data platform team to build scalable...",
"posted": "3 days ago",
"url": "https://indeed.com/viewjob?jk=..."
}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | Indeed Publisher API |
|---|---|---|
| API status | Active | Deprecated / restricted |
| Signup process | Instant | Application + approval |
| Job search | Was available | |
| Salary data | When available | Limited |
| Affiliate requirement | ||
| Price per 1k requests | $0.20 | Revenue share model |
| Free tier | 500 credits/month | N/A |
| Authentication | API key only | Publisher ID + approval |
The Indeed Publisher API has been deprecated and is no longer accepting new applications. Even when active, it required an affiliate agreement and revenue sharing model. Scrappa provides immediate access to Indeed job listings with simple API key authentication and flat per-request pricing.
Yes. You can run thousands of searches across keywords and locations to build comprehensive job databases. The structured JSON response makes it easy to import listings into job boards, analytics tools, and recruitment platforms.
Just a Scrappa API key passed as an X-API-KEY header. No Indeed Publisher account, no affiliate agreement, no approval process. Sign up for free, get your key, and start searching Indeed jobs immediately.
Each listing includes the job title, company name, location, salary (when posted), job description, posting date, and a direct URL to the Indeed listing page. All data is returned as structured JSON.
Yes. Every Scrappa account gets 500 free credits per month with no credit card required. Test the Indeed Jobs endpoint and validate your integration before scaling to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. There are no per-listing fees or affiliate revenue requirements. The free tier includes 500 credits per month.