Catho Brazil Jobs & Salary Listings Scraper
Pricing
from $6.80 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
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
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
keywords | string[] | no | ["desenvolvedor"] | Job keywords (for example analista financeiro, home office) or full Catho search URLs. Each item runs as a separate paginated search. |
maxJobs | integer | no | 10 | Maximum jobs to collect across all searches (1 to 1000000). |
enrichDetails | boolean | no | true | Open each job's detail page for contract type, state, posted date and description excerpt. |
withJdSummary | boolean | no | false | AI 2-3 sentence English summary of each job. Paid add-on, billed only on usable output. |
withSkills | boolean | no | false | AI skills, technologies and seniority tags per job. Paid add-on, billed only on usable output. |
withSalaryEstimate | boolean | no | false | AI market salary estimate for jobs without a published salary. Paid add-on, billed only on usable output. |
withTranslate | boolean | no | false | AI 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.
| Field | Type | Description |
|---|---|---|
jobId | string | Catho job ID. |
jobTitle | string | Job title. |
company | string | Hiring company name. |
companyConfidential | boolean | Whether the company is confidential. |
city | string | Job city. |
state | string | Job state (UF code). |
location | string | Raw location text from the listing. |
vacancies | integer | Number of vacancies. |
salary | string | Salary text, for example A Combinar or a value. |
benefitsCount | integer | Number of listed benefits. |
employmentType | string | Contract type, for example CLT (Efetivo). |
area | string | Job area / function, or null. |
remote | boolean | Whether the job is remote / home office. |
postedDate | string | Posted-date label from the listing. |
datePosted | string | Normalized posting date (ISO). |
activeRecruiter | boolean | Whether the recruiter is currently active. |
atsJob | boolean | Whether the job comes from an ATS. |
offerSource | string | Offer source, for example internal. |
description | string | Job description excerpt. |
jobUrl | string | Catho job detail URL. |
searchKeyword | string | The keyword or URL that produced this record. |
aiJdSummary | string | AI job summary, or null unless withJdSummary is on. |
aiSkills | string[] | AI required skills, or null unless withSkills is on. |
aiTechnologies | string[] | AI technologies/tools, or null. |
aiSeniority | string | AI seniority level, or null. |
aiSalaryEstimateMin | number | AI estimated minimum salary, or null unless withSalaryEstimate is on. |
aiSalaryEstimateMax | number | AI estimated maximum salary, or null. |
aiSalaryEstimateCurrency | string | Currency of the estimate (for example BRL), or null. |
aiSalaryEstimateBasis | string | Estimate basis (annual, monthly, hourly), or null. |
aiSalaryEstimateConfidence | string | Estimate confidence (low, medium, high), or null. |
aiTitleEn | string | AI English title, or null unless withTranslate is on. |
aiDescriptionEn | string | AI English description, or null. |
source | string | Data source. Catho. |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | null 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:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "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 (
resultevent). See the pricing tab for the current per-result price. - AI add-ons are billed separately.
withJdSummary,withSkills,withSalaryEstimateandwithTranslateeach 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
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon 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).
Related scrapers
- CarroYa Colombia Car Listings Scraper: Colombian vehicle listings with seller contacts.
- Adondevivir Peru Real Estate Scraper: Peru property listings with contacts.
- Capterra Software Listings & Reviews Scraper: Software vendors and reviews.
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.
