Computrabajo Jobs Scraper
Pricing
from $1.99 / 1,000 results
Computrabajo Jobs Scraper
Efficiently extract detailed job data from Computrabajo, the leading job portal in Latin America. Gather job titles, descriptions, companies, and locations with speed. To ensure the most reliable performance and prevent blocking, the use of residential proxies is strongly recommended.
Pricing
from $1.99 / 1,000 results
Rating
5.0
(6)
Developer
Shahid Irfan
Maintained by CommunityActor stats
4
Bookmarked
111
Total users
24
Monthly active users
3 days ago
Last modified
Categories
Share
What does Computrabajo Jobs Scraper do?
Computrabajo Jobs Scraper collects public job listings from Computrabajo country websites across Latin America. Provide a prepared search URL, or search by country with a keyword and/or location, then receive structured records with job titles, companies, locations, salaries, posting dates, descriptions, tags, and listing URLs.
The dataset is useful for recruitment research, talent sourcing, hiring-market analysis, job-board feeds, and recurring monitoring. You can export the results as JSON, CSV, Excel, or other formats supported by Apify.
Why use Computrabajo Jobs Scraper?
- LATAM job coverage - Run searches on country domains such as Argentina, Mexico, Colombia, Peru, Chile, Ecuador, Panama, Costa Rica, Guatemala, Bolivia, Uruguay, the Dominican Republic, and Nicaragua.
- Structured job records - Keep the main hiring fields in a consistent dataset for analysis and downstream processing.
- Direct search URL input - Reuse filters already configured on Computrabajo instead of recreating every search in the Actor.
- Pagination and deduplication - Collect results across available pages while avoiding repeated listings in the same run.
- Description and tag enrichment - Preserve published descriptions and job keywords when they are available in the source listing.
- Automation-ready workflow - Schedule recurring runs, connect webhooks, use the Apify API, or send results to spreadsheet and no-code tools.
What data can you extract from Computrabajo?
Each dataset item represents one public job listing. Fields can be omitted when Computrabajo does not publish the corresponding value.
| Field | Type | Description |
|---|---|---|
id | String | Computrabajo listing or offer identifier when available. |
title | String | Job title or position name. |
company | String | Hiring company name when published. |
companyId | String | Company identifier when available. |
companyDescription | String | Employer description when published. |
companyUrl | String | Computrabajo employer profile URL when available. |
location | String | City, region, or other published job location. |
salary | String | Salary text or salary range when published. |
jobType | String | Employment type, contract, or work arrangement label. |
postedDate | String | Posting date or relative date shown by Computrabajo. |
updatedAt | String | Listing update information when available. |
descriptionText | String | Full plain-text job description for search and analysis. |
applyUrl | String | Application link when the listing provides a separate destination. |
category | String | Computrabajo job category. |
education | String | Minimum education level when published. |
experienceYears | Number or String | Required experience when published. |
ageMin / ageMax | Number or String | Age requirements when published. |
tags | Array | Skills, keywords, or tags associated with the job. |
offerAttributes | Object | Additional non-empty offer and employer attributes. |
url | String | Direct Computrabajo URL for the job listing. |
source | String | Source label when the record includes one. |
scrapedAt | String | ISO timestamp for the collection time. |
How to scrape Computrabajo jobs
- Open the Actor in Apify Console.
- Either paste a country-specific
searchUrl, or leave it empty and select acountryCode. - Add a
keyword, alocation, or both when searching without a prepared URL. You can leave either optional field empty. - Set
maxJobsand configure proxy settings if your run needs them. - Start the run and review the dataset preview.
- Download the results or connect the dataset to your workflow.
Use a country-specific domain when providing searchUrl. For input-based searches, countryCode selects the market and keyword or location creates the search path. A prepared URL takes precedence and is not rewritten by the optional search controls.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searchUrl | String | No | - | Prepared country-specific Computrabajo search or category URL. When provided, its domain defines the country and the URL is used as supplied. |
countryCode | String | No | ar | Country used when searchUrl is omitted. Supported codes include ar, bo, cl, co, cr, cu, do, ec, gt, hn, mx, ni, pa, pe, pr, py, sv, uy, and ve. |
keyword | String | No | - | Optional job keyword used to build a focused search path, such as software engineer. Plain terms and trabajo-de-... values are accepted. |
location | String | No | - | City or region used with keyword, such as Lima, or by itself to search jobs in that location. Plain locations and empleos-en-... values are accepted. |
maxJobs | Integer | No | 20 | Maximum number of jobs to collect. Values above 10000 are capped; 0 requests collection up to the run limit. |
proxyConfiguration | Object | No | Residential Apify Proxy preset | Optional Apify Proxy settings for reliability during larger runs. |
Usage Examples
Basic category run
Collect the first 20 jobs from an Argentina administration and office category:
{"searchUrl": "https://ar.computrabajo.com/empleos-de-administracion-y-oficina","maxJobs": 20}
Keyword-only search
Search the Mexico market for software jobs without providing a URL:
{"countryCode": "mx","keyword": "software engineer","maxJobs": 20}
Location-only search
Collect jobs advertised in Medellín from the Colombia market. Remove the keyword value if it is prefilled in the Console:
{"countryCode": "co","location": "Medellín","maxJobs": 50}
Keyword and location search
Collect software jobs in Lima from the Peru market:
{"countryCode": "pe","keyword": "software","location": "Lima","maxJobs": 80}
Prepared URL with proxy settings
Reuse a Bogotá sales search and use residential proxy settings for a larger run:
{"searchUrl": "https://co.computrabajo.com/empleos-de-ventas-en-bogota","maxJobs": 150,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Sample Output
The following example shows one normalized dataset item. Optional values can be absent when the source listing does not publish them.
{"id": "F5DDB4D356B9B34A61373E686DCF3405","title": "Analista de Reclutamiento","company": "Empresa ABC","companyId": "83C9514433EC04CD","companyDescription": "Empresa dedicada a servicios profesionales...","companyUrl": "https://co.computrabajo.com/empresas/empresa-abc-83C9514433EC04CD","location": "Bogotá, Cundinamarca","salary": "3000000 - 4200000 COP","jobType": "Tiempo completo","postedDate": "Hace 2 días","descriptionText": "Importante compañía del sector requiere analista de reclutamiento...","category": "Recursos Humanos","education": "Universitario","experienceYears": 2,"ageMin": 25,"ageMax": 40,"tags": ["reclutamiento", "talento humano", "selección"],"offerAttributes": {"company": {"cn": "Empresa ABC","dc": "Empresa dedicada a servicios profesionales...","eci": "83C9514433EC04CD"}},"url": "https://co.computrabajo.com/ofertas-de-trabajo/oferta-de-trabajo-de-analista-de-reclutamiento-F5DDB4D356B9B34A61373E686DCF3405","scrapedAt": "2026-08-10T09:30:22.145Z"}
Tips for Best Results
- Choose either search mode - Use a prepared country-specific
searchUrl, or omit it and usecountryCodewithkeywordand/orlocation. Neither search field is required when the other is supplied. - Use keyword and location controls - Add
keyword,location, or both for a focused search path. Plain terms and already-prefixed search slugs are accepted. Existing URL filters remain useful when these controls are omitted. - Start with a small limit - Test with
maxJobs: 20before increasing the collection size. - Keep the domain aligned - Use an Argentina URL for Argentina searches, a Mexico URL for Mexico searches, and so on.
- Use proxy settings for larger runs - Residential proxy settings can help when collecting many pages or running repeated jobs.
- Keep recurring searches consistent - Reuse the same URL and limit when comparing hiring activity over time.
- Review missing values normally - Salary, tags, application links, and company identifiers are only available when published by the listing.
Integrations
- Google Sheets - Review job records with recruiting and research teams.
- Airtable - Build searchable hiring databases and talent research views.
- Webhooks - Notify downstream systems when a run finishes.
- Make or Zapier - Trigger alerts, enrichment, and record updates without custom code.
- Apify API - Start runs and retrieve datasets from your own applications.
Export Formats
- JSON - Applications, APIs, and data pipelines.
- CSV - Spreadsheet analysis and bulk imports.
- Excel - Reports and stakeholder handoffs.
- XML - Structured system integrations where required.
Frequently Asked Questions
Which Computrabajo country sites can I use?
You can use public Computrabajo country domains supported by the source, including Argentina, Bolivia, Chile, Colombia, Costa Rica, Cuba, the Dominican Republic, Ecuador, Guatemala, Honduras, Mexico, Nicaragua, Panama, Peru, Puerto Rico, Paraguay, El Salvador, Uruguay, and Venezuela. Use countryCode when searching without a prepared URL.
How many jobs can I collect in one run?
Set maxJobs to the number of records you need. The Actor accepts up to 10000; setting it to 0 requests the expanded run limit, subject to the available listings and run resources.
Why are some fields missing?
Some employers do not publish salary, tags, application links, or company identifiers. Missing values usually reflect the source listing rather than a failed run.
Can I search without a URL?
Yes. Omit searchUrl, select a countryCode, and provide a keyword, a location, or both. If no country is supplied, the default market is Argentina. A prepared searchUrl is used as supplied and takes precedence over the search controls.
Do I need to configure a proxy?
No. The Actor has a default Apify Proxy configuration. For larger or repeated collections, you can provide your own proxyConfiguration settings.
Can I schedule Computrabajo job collection?
Yes. Create a schedule in Apify Console to refresh the same search daily, weekly, or at another interval that fits your monitoring workflow.
Can I export Computrabajo data to CSV or Excel?
Yes. Apify datasets can be downloaded as CSV, Excel, JSON, XML, and other supported formats after the run completes.
Is collecting Computrabajo data legal?
You are responsible for complying with applicable laws, privacy requirements, and Computrabajo terms when collecting or using public job data. Use the dataset for legitimate purposes and respect any access or usage restrictions.
Related Actors
- APEC Jobs Scraper - Collect structured job listings from the French employment market.
- USA Jobs Scraper - Gather job opportunities and hiring data from USA job boards.
- LinkedIn Job Scraper - Search LinkedIn jobs by keyword, location, and posting time range.
Support
For issues, field questions, or feature requests, use the Issues tab or support channels on the Actor page in Apify Console.
Legal Notice
This Actor is intended for legitimate collection and analysis of publicly available job data. You are responsible for complying with applicable laws, website terms, privacy rules, and any restrictions that apply to your use of the collected data.