Catho Brazil Jobs & Salary Listings Scraper avatar

Catho Brazil Jobs & Salary Listings Scraper

Pricing

from $6.80 / 1,000 results

Go to Apify Store
Catho Brazil Jobs & Salary Listings Scraper

Catho Brazil Jobs & Salary Listings Scraper

Scrape Catho (catho.com.br) job listings across Brazil: job title, hiring company, salary, city and state, contract type, remote / home office flag, posted date and a description excerpt. Search many keywords or paste search URLs in one run. Export to JSON, CSV or Excel.

Pricing

from $6.80 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

Catho Brazil Jobs & Salary Listings Scraper

Catho Brazil Jobs & Salary Listings Scraper

Here is one real result, with every field the actor returns (the description is trimmed with an ellipsis, every value real):

{
"jobId": "37890957",
"jobTitle": "Desenvolvedor de Firmware",
"company": "DIGIMED",
"companyConfidential": false,
"city": "São Paulo",
"state": "SP",
"location": "1 vaga - São Paulo",
"vacancies": 1,
"salary": "A Combinar",
"benefitsCount": 4,
"employmentType": "CLT (Efetivo)",
"area": null,
"remote": false,
"postedDate": "Publicada Hoje",
"datePosted": "2026-08-10T23:59:59Z",
"activeRecruiter": true,
"atsJob": false,
"offerSource": "internal",
"description": "Você será responsável por projetar e implementar soluções de software e firmware em plataformas embarcadas de alta performance ...",
"jobUrl": "https://www.catho.com.br/vagas/desenvolvedor-de-firmware/37890957",
"searchKeyword": "desenvolvedor",
"aiJdSummary": null,
"aiSkills": null,
"aiTechnologies": null,
"aiSeniority": null,
"aiSalaryEstimateMin": null,
"aiSalaryEstimateMax": null,
"aiSalaryEstimateCurrency": null,
"aiSalaryEstimateBasis": null,
"aiSalaryEstimateConfidence": null,
"aiTitleEn": null,
"aiDescriptionEn": null,
"source": "Catho",
"observedAt": "2026-08-10T14:34:15.862Z",
"error": null
}

The most complete Catho Brazil jobs scraper available. It returns every field a Catho listing exposes for each job, including the hiring company, salary, city and state, contract type, remote flag, posted date and description, plus optional AI add-ons for summary, skills, salary estimate and English translation, and lets you run many keyword or URL searches in one run.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor searches Catho (catho.com.br) for each of your keywords or search URLs, paginates through the results, and writes one normalized record per job to the run's dataset. Each record carries the job title, hiring company (and whether it is confidential), city and state, number of vacancies, salary text, benefits count, employment type, remote flag, posted date and a normalized datePosted. With enrichDetails on, the actor opens each job's detail page to add the contract type, state, posted date and a description excerpt. Missing source values are returned as null.

Catho serves its pages behind Akamai bot protection, so this actor routes requests through country-matched Brazil residential proxies with a real browser TLS fingerprint. Optional AI add-ons (withJdSummary, withSkills, withSalaryEstimate, withTranslate) add an English summary, structured skills and seniority, a market salary estimate, and an English translation per job. They are paid add-ons, charged only when they return usable output.

Quickstart

Open the actor, paste this into the input, and press Run. It returns ten developer jobs with full details.

{
"keywords": ["desenvolvedor"],
"enrichDetails": true,
"maxJobs": 10
}

Each keyword or URL runs as a separate search and is paginated. Add more keywords to widen the run. Turn enrichDetails off for a faster run that keeps listing fields only.

Input reference

FieldTypeRequiredDefaultDescription
keywordsstring[]no["desenvolvedor"]Job keywords (for example analista financeiro, home office) or full Catho search URLs. Each item runs as a separate paginated search.
maxJobsintegerno10Maximum jobs to collect across all searches (1 to 1000000).
enrichDetailsbooleannotrueOpen each job's detail page for contract type, state, posted date and description excerpt.
withJdSummarybooleannofalseAI 2-3 sentence English summary of each job. Paid add-on, billed only on usable output.
withSkillsbooleannofalseAI skills, technologies and seniority tags per job. Paid add-on, billed only on usable output.
withSalaryEstimatebooleannofalseAI market salary estimate for jobs without a published salary. Paid add-on, billed only on usable output.
withTranslatebooleannofalseAI translation of the Portuguese title and description to English. Paid add-on, billed only on usable output.

Output reference

One dataset item per job. Types: string, integer, number, boolean, string[], or null when the source value is absent.

FieldTypeDescription
jobIdstringCatho job ID.
jobTitlestringJob title.
companystringHiring company name.
companyConfidentialbooleanWhether the company is confidential.
citystringJob city.
statestringJob state (UF code).
locationstringRaw location text from the listing.
vacanciesintegerNumber of vacancies.
salarystringSalary text, for example A Combinar or a value.
benefitsCountintegerNumber of listed benefits.
employmentTypestringContract type, for example CLT (Efetivo).
areastringJob area / function, or null.
remotebooleanWhether the job is remote / home office.
postedDatestringPosted-date label from the listing.
datePostedstringNormalized posting date (ISO).
activeRecruiterbooleanWhether the recruiter is currently active.
atsJobbooleanWhether the job comes from an ATS.
offerSourcestringOffer source, for example internal.
descriptionstringJob description excerpt.
jobUrlstringCatho job detail URL.
searchKeywordstringThe keyword or URL that produced this record.
aiJdSummarystringAI job summary, or null unless withJdSummary is on.
aiSkillsstring[]AI required skills, or null unless withSkills is on.
aiTechnologiesstring[]AI technologies/tools, or null.
aiSenioritystringAI seniority level, or null.
aiSalaryEstimateMinnumberAI estimated minimum salary, or null unless withSalaryEstimate is on.
aiSalaryEstimateMaxnumberAI estimated maximum salary, or null.
aiSalaryEstimateCurrencystringCurrency of the estimate (for example BRL), or null.
aiSalaryEstimateBasisstringEstimate basis (annual, monthly, hourly), or null.
aiSalaryEstimateConfidencestringEstimate confidence (low, medium, high), or null.
aiTitleEnstringAI English title, or null unless withTranslate is on.
aiDescriptionEnstringAI English description, or null.
sourcestringData source. Catho.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.

Example output record

Real record from a live run (input {"keywords":["desenvolvedor"],"maxJobs":10,"enrichDetails":true}). AI add-ons were off, so the AI fields are null; the description is trimmed with an ellipsis:

{
"jobId": "37890957",
"jobTitle": "Desenvolvedor de Firmware",
"company": "DIGIMED",
"companyConfidential": false,
"city": "São Paulo",
"state": "SP",
"location": "1 vaga - São Paulo",
"vacancies": 1,
"salary": "A Combinar",
"benefitsCount": 4,
"employmentType": "CLT (Efetivo)",
"remote": false,
"postedDate": "Publicada Hoje",
"datePosted": "2026-08-10T23:59:59Z",
"activeRecruiter": true,
"atsJob": false,
"offerSource": "internal",
"description": "Você será responsável por projetar e implementar soluções de software e firmware em plataformas embarcadas de alta performance ...",
"jobUrl": "https://www.catho.com.br/vagas/desenvolvedor-de-firmware/37890957",
"searchKeyword": "desenvolvedor",
"source": "Catho",
"observedAt": "2026-08-10T14:34:15.862Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~catho-brasil-jobs-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"keywords":["analista financeiro"],"enrichDetails":true,"maxJobs":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~catho-brasil-jobs-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"keywords":["desenvolvedor","home office"],"maxJobs":200}'

Apify CLI:

apify call scrapers_lat/catho-brasil-jobs-scraper \
--input '{"keywords":["analista de rh"],"maxJobs":50}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per job record returned (result event). See the pricing tab for the current per-result price.
  • AI add-ons are billed separately. withJdSummary, withSkills, withSalaryEstimate and withTranslate each charge only when they return usable output, and are available to paying users.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 records per run. Upgrade for higher maxJobs.

FAQ and troubleshooting

Can I search several keywords in one run? Yes. Add each keyword to keywords. You can also paste full Catho search URLs, and combine keywords and URLs.

How do I get remote jobs? Use a keyword like home office, or check the remote field in the output.

A run returned 0 records. Why? The keyword may have no live results, or Akamai briefly blocked the exit IP. The actor retries with fresh Brazil residential IPs; try again or broaden the keyword. Zero-result runs are not charged.

Why are the AI fields null? They only populate when you enable the matching add-on (withJdSummary, withSkills, withSalaryEstimate, withTranslate). Otherwise they stay null.

Is this an official Catho tool? No. This actor is independent and has no affiliation with Catho. It reads only data that is publicly available on Catho listings. Use the results in accordance with the source's terms and applicable data-protection law (LGPD).

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with Catho. Accesses only publicly available job listing data. Use in accordance with the source's terms.