Search job listings aggregated by Google Jobs from thousands of job boards and company career pages — all through one API endpoint. Get structured job data without scraping individual job sites.
Structured data for real applications. Here are some ideas.
Build comprehensive job boards by pulling listings from Google Jobs, which aggregates postings from LinkedIn, Indeed, Glassdoor, company career pages, and thousands of other sources.
Analyze hiring trends, salary ranges, in-demand skills, and employer activity across industries and geographies using real job posting data.
Monitor new job postings matching specific criteria and feed them into CRM or ATS systems automatically for sourcing and competitive intelligence.
Help students and job seekers discover opportunities by building search tools that query real job listings by role, location, and experience level.
Everything you need in one API.
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/google-jobs?query=software+engineer&location=Berlin" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"title": "Senior Software Engineer",
"company": "Delivery Hero",
"location": "Berlin, Germany",
"description": "Join our engineering team to build scalable...",
"posted": "3 days ago",
"salary": "70,000 - 95,000 EUR/year",
"source": "LinkedIn",
"apply_link": "https://linkedin.com/jobs/view/..."
}
]
}
See how Scrappa compares to the official API.
| Feature | Scrappa | Google Jobs (official - no API) |
|---|---|---|
| API available | No public API | |
| Structured JSON data | Not available | |
| Programmatic search | Manual only | |
| Salary data | When available | When available |
| Apply links | Yes (manual) | |
| Bulk access | ||
| Free tier | 500 credits/month | N/A |
| Integration ready | REST API |
Google Jobs does not offer a public API. Scrappa provides structured JSON access to the same aggregated job listings that appear on Google Jobs, letting you programmatically search, filter, and integrate job data into your applications without manual browsing.
Yes. You can run thousands of queries per day with different keywords and locations to build comprehensive job databases. The API returns structured data that is ready to import into your job board, analytics platform, or recruitment tool.
Just a Scrappa API key passed as an X-API-KEY header. No Google Cloud account, no OAuth setup, no complex vendor agreements. Sign up for free, get your API key, and start searching jobs immediately.
Each listing includes the job title, company name, location, description, posting date, salary (when available), the original source (LinkedIn, Indeed, etc.), and an apply link back to the original posting. All data is returned as structured JSON.
Yes. Every Scrappa account includes 500 free credits per month with no credit card required. This lets you test the Google Jobs endpoint and validate your integration before scaling to paid usage.
Scrappa charges a flat $0.20 per 1,000 requests with no daily caps. There are no per-listing charges — you pay only for the API call. The free tier gives you 500 credits per month to get started.