Jobbio Jobs Scraper avatar

Jobbio Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Jobbio Jobs Scraper

Jobbio Jobs Scraper

Scrape global job listings from Jobbio - search by keyword, filter by contract type and experience level, paginate through thousands of openings. Returns title, company, location, salary, skills, and direct application link.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Search and extract global job listings from Jobbio — a global job platform connecting talent with companies worldwide. Returns structured job data including title, company, location, salary, skills, and direct application links.

Features

  • Keyword search — find jobs by title, skill, or keyword
  • Cursor pagination — automatically pages through all results
  • Structured output — company, location, salary, skills, contract type
  • No proxy or authentication required — uses the public Jobbio API

Input

FieldTypeDescriptionDefault
searchQueryStringJob title, skill, or keywordsoftware engineer
maxItemsIntegerMax job listings to return (1–1000)50

Example Input

{
"searchQuery": "python developer",
"maxItems": 100
}

Output

Each record contains:

FieldTypeDescription
jobIdStringUnique Jobbio job ID
titleStringJob title
contractStringContract type (full-time, part-time, etc.)
levelStringExperience level
companyNameStringHiring company name
companyObjectCompany details (name, slug, logoUrl, liveJobs)
locationObjectLocation details (city, state, country, countryCode)
jobTypeStringJob category/type
skillsArrayRequired skills
salaryFromIntegerMinimum salary
salaryToIntegerMaximum salary
salaryDisclosedBooleanWhether salary is disclosed
applicationUrlStringDirect application link
sourceUrlStringJob listing URL
recordTypeStringAlways "job"
scrapedAtStringISO timestamp

Example Output

{
"jobId": "2460275",
"title": "Senior Python Developer",
"contract": "full-time",
"companyName": "TechCorp",
"location": {
"city": "London",
"country": "GB",
"countryCode": "GB"
},
"skills": ["Python", "Django", "PostgreSQL"],
"applicationUrl": "https://jobbio.com/job/senior-python-developer",
"recordType": "job",
"scrapedAt": "2026-06-04T12:00:00+00:00"
}

FAQ

Does this scraper require login or API key? No. It uses the public Jobbio API which requires no authentication.

How many jobs can I scrape? Set maxItems up to 1000. Jobbio's public API serves thousands of live listings.

What industries are covered? Jobbio covers all industries globally — tech, finance, healthcare, marketing, and more.

How often is the data updated? Jobs are fetched live each run, reflecting real-time listings from Jobbio.

Can I filter by location? Currently filtered via keyword search. Use location-specific terms like "python developer london" in the query.