Computrabajo Jobs Scraper avatar

Computrabajo Jobs Scraper

Pricing

from $1.99 / 1,000 results

Go to Apify Store
Computrabajo Jobs Scraper

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

Shahid Irfan

Maintained by Community

Actor stats

4

Bookmarked

113

Total users

28

Monthly active users

3 days ago

Last modified

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.

FieldTypeDescription
idStringComputrabajo listing or offer identifier when available.
titleStringJob title or position name.
companyStringHiring company name when published.
companyIdStringCompany identifier when available.
companyDescriptionStringEmployer description when published.
companyUrlStringComputrabajo employer profile URL when available.
locationStringCity, region, or other published job location.
salaryStringSalary text or salary range when published.
jobTypeStringEmployment type, contract, or work arrangement label.
postedDateStringPosting date or relative date shown by Computrabajo.
updatedAtStringListing update information when available.
descriptionTextStringFull plain-text job description for search and analysis.
applyUrlStringApplication link when the listing provides a separate destination.
categoryStringComputrabajo job category.
educationStringMinimum education level when published.
experienceYearsNumber or StringRequired experience when published.
ageMin / ageMaxNumber or StringAge requirements when published.
tagsArraySkills, keywords, or tags associated with the job.
offerAttributesObjectAdditional non-empty offer and employer attributes.
urlStringDirect Computrabajo URL for the job listing.
sourceStringSource label when the record includes one.
scrapedAtStringISO timestamp for the collection time.

How to scrape Computrabajo jobs

  1. Open the Actor in Apify Console.
  2. Either paste a country-specific searchUrl, or leave it empty and select a countryCode.
  3. Add a keyword, a location, or both when searching without a prepared URL. You can leave either optional field empty.
  4. Set maxJobs and configure proxy settings if your run needs them.
  5. Start the run and review the dataset preview.
  6. 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

ParameterTypeRequiredDefaultDescription
searchUrlStringNo-Prepared country-specific Computrabajo search or category URL. When provided, its domain defines the country and the URL is used as supplied.
countryCodeStringNoarCountry 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.
keywordStringNo-Optional job keyword used to build a focused search path, such as software engineer. Plain terms and trabajo-de-... values are accepted.
locationStringNo-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.
maxJobsIntegerNo20Maximum number of jobs to collect. Values above 10000 are capped; 0 requests collection up to the run limit.
proxyConfigurationObjectNoResidential Apify Proxy presetOptional 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
}

Search the Mexico market for software jobs without providing a URL:

{
"countryCode": "mx",
"keyword": "software engineer",
"maxJobs": 20
}

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
}

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 use countryCode with keyword and/or location. 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: 20 before 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.

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.

Support

For issues, field questions, or feature requests, use the Issues tab or support channels on the Actor page in Apify Console.

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.