Catho Jobs Scraper avatar

Catho Jobs Scraper

Pricing

Pay per event

Go to Apify Store
Catho Jobs Scraper

Catho Jobs Scraper

Scrape job listings from Catho.com.br — Brazil's largest paid job board. Extract job title, company, salary, location, employment type, benefits, and full description. Ideal for salary benchmarking, labor market analysis, and job aggregators.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrapes job listings from Catho.com.br — Brazil's largest paid job board. Extract job title, company name, salary, location, employment type, benefits, and full job description from over 650,000 active listings.

What you get

Each job record includes:

FieldDescription
job_idUnique Catho job ID
job_urlFull URL of the job detail page
titleJob title
companyHiring company name
employment_typeContract type (e.g., CLT Efetivo, PJ, Estágio)
salary_min / salary_maxMonthly salary range in BRL
salary_displaySalary as shown on the listing (e.g., "R$ 5.500")
cityJob location city
stateState/region code (e.g., SP, RJ, MG)
descriptionFull job description text
benefitsComma-separated list of offered benefits
date_postedJob posting date (ISO 8601)
scraped_atTimestamp when the record was scraped

Use cases

  • Salary benchmarking — Compare compensation across roles, cities, and contract types
  • Labor market analysis — Track job demand by sector, location, and skill set
  • Job aggregators — Combine Catho listings with other Brazilian job boards
  • Recruitment research — Find companies actively hiring in specific roles

Input

ParameterTypeRequiredDefaultDescription
keywordstringNoFilter jobs by keyword (e.g., desenvolvedor, analista, enfermeiro). Leave empty to scrape all listings.
maxItemsintegerYes100Maximum number of job listings to scrape

Example input

{
"keyword": "desenvolvedor",
"maxItems": 100
}

Output sample

{
"job_id": "36879818",
"job_url": "https://www.catho.com.br/vagas/analista-de-desenvolvimentoprogramacao-de-sistemas-web-front-end-pleno/36879818",
"title": "Analista de Desenvolvimento/Programação de Sistemas Web - Front-End (Pleno)",
"company": "THS TECNOLOGIA INFORMACAO E COMUNICACAO",
"employment_type": "CLT (Efetivo)",
"salary_min": 5001,
"salary_max": 6000,
"salary_display": "R$ 5.500",
"city": "São Paulo",
"state": "SP",
"description": "Principais atividades\n\nDesenvolver e manter aplicações web utilizando angular...",
"benefits": "Seguro saúde, Assistência médica, Assistência odontológica, Vale-transporte, Tíquete refeição",
"date_posted": "2026-06-02T23:59:59Z",
"scraped_at": "2026-06-03T00:12:34.567Z"
}

Notes

  • Catho.com.br is a paid platform for Brazilian employers and job seekers. Job listings are publicly visible without login.
  • Benefits information is extracted from the job detail pages when available.
  • Salaries appear as a range (salary_min/salary_max) or as a display string (salary_display) depending on what the employer provided.
  • The description field contains the full job description including requirements and responsibilities.