Computrabajo.com Job Scraper avatar

Computrabajo.com Job Scraper

Under maintenance

Pricing

from $1.49 / 1,000 results

Go to Apify Store
Computrabajo.com Job Scraper

Computrabajo.com Job Scraper

Under maintenance

Scrape job listings from Computrabajo across 16 LATAM countries — Mexico, Colombia, Argentina and more. Filter by keyword, location, salary, contract type and experience.

Pricing

from $1.49 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Computrabajo Scraper

Computrabajo Scraper

Computrabajo Scraper

Scrape structured job listings from Computrabajo — Latin America's largest job board, covering 16 countries including Mexico, Colombia, Argentina, Chile, and Peru. No API key required.


Why this scraper?

🌎 16 LATAM countries in one actor

Mexico, Colombia, Argentina, Chile, Peru, Ecuador, Venezuela, Bolivia, Paraguay, Uruguay, Dominican Republic, Panama, Costa Rica, Guatemala, Honduras, and El Salvador — all via a single country input.

📄 Full job descriptions in three formats

HTML, plain text, and Markdown — ready to feed into downstream pipelines, LLMs, or databases.

💰 Salary, education, and skills data

salaryMin, salaryCurrency, salaryPeriod parsed from structured markup. Education level, years of experience, and required skills extracted from the description block where available.

⚙️ Rich filtering

Filter by keyword, location, contract type, experience level, minimum salary, and days since posting.

🔒 No API key required

Runs without any third-party credentials.


Input parameters

ParameterTypeDescriptionDefault
keywordstringJob title, keyword, or skill to search for.
locationstringCity or region to filter by.
countrystringTarget country code. Options: mx ar co cl pe ec ve bo py uy do pa cr gt hn svmx
contractTypestringContract type filter: permanent, fixed-term, seasonal, other.
experienceYearsstringMinimum years of experience: 1, 2, 3-4, 5-10, 10+.
minSalarystringMinimum monthly salary in local currency.
daysOldstringOnly return listings posted within the last N days. Options: 1 3 7 15 30.
maxItemsintegerMaximum number of results to return.100
startUrlsarrayList of specific Computrabajo job URLs to scrape directly.
proxyConfigurationobjectProxy settings. Residential proxy recommended for large runs.{}

Output schema

Each result contains the following fields.

FieldTypeFill rateDescription
jobIdstring100%Unique 32-character hex job ID from the URL.
urlstring100%Direct link to the job listing.
titlestring100%Job title as published.
companystring100%Employer name.
citystring100%City of the work location.
statestring100%State or province.
countrystring100%Country code (ISO 3166-1 alpha-2).
employmentTypestring100%Employment type (Full time, Part time, Contractor, Temporary).
industrystring100%Industry sector as published.
datePostedstring100%Publication date (YYYY-MM-DD).
validThroughstring100%Application deadline (YYYY-MM-DD).
directApplyboolean100%Whether in-platform application is available.
salaryMinnumber~60%Minimum salary value (null if not published).
salaryCurrencystring~60%ISO 4217 currency code.
salaryPeriodstring~60%Salary period: MONTH / YEAR / HOUR.
educationRequiredstring~100%Minimum education level.
experienceRequiredstring~90%Years of experience required.
skillsstring~80%Required skills extracted from description.
languagesstring~20%Required language(s) where stated.
descriptionHtmlstring100%Full job description (HTML).
descriptionTextstring100%Full job description (plain text).
descriptionMarkdownstring100%Full job description (Markdown).
changeStatusstring100%Change status: NEW / UPDATED / UNCHANGED.
contentHashstring100%MD5 hash of key fields for change detection.
scrapedAtstring100%ISO 8601 timestamp of when this item was scraped.

Example output record:

{
"jobId": "A3F8C201D7E4B9F2A1C3D5E6F7A8B9C0",
"url": "https://mx.computrabajo.com/ofertas-de-trabajo/oferta-de-trabajo-de-desarrollador-senior-A3F8C201D7E4B9F2A1C3D5E6F7A8B9C0",
"title": "Desarrollador Senior C# .NET / Azure",
"company": "Gacse Systems",
"city": "Ciudad de México",
"state": "Ciudad de México",
"country": "MX",
"employmentType": "Full Time",
"industry": "Technology",
"datePosted": "2026-04-19",
"validThrough": "2026-05-19",
"directApply": true,
"salaryMin": 30000,
"salaryCurrency": "MXN",
"salaryPeriod": "MONTH",
"educationRequired": "Licenciatura",
"experienceRequired": "3 years",
"skills": "C#, .NET, Azure, SQL Server",
"languages": null,
"descriptionText": "Buscamos un desarrollador senior...",
"changeStatus": "NEW",
"contentHash": "a3f1b2c4d5e67890",
"scrapedAt": "2026-04-24T09:00:00.000Z"
}

Examples

1 — Search for developer roles in Mexico City

{
"keyword": "desarrollador",
"location": "Ciudad de México",
"country": "mx",
"maxItems": 100
}

2 — Permanent contracts only, Colombia

{
"keyword": "analista",
"country": "co",
"contractType": "permanent",
"maxItems": 200
}

3 — Daily feed — last 24 hours, Argentina

{
"keyword": "contador",
"country": "ar",
"daysOld": "1",
"maxItems": 500
}

4 — Scrape a specific job URL directly

{
"startUrls": [
"https://mx.computrabajo.com/ofertas-de-trabajo/oferta-de-trabajo-de-desarrollador-A3F8C201"
]
}

💰 Pricing

$1.50 per 1,000 results — you only pay for successfully retrieved listings.

ResultsCost
100~$0.15
1,000~$1.50
10,000~$15.00
100,000~$150.00

Flat-rate alternatives typically charge $29–$49/month regardless of usage.

Use the Max results cap in the input to control your spend exactly.


Performance

Run sizeApprox. time
100 listings~3–4 min
1,000 listings~20–25 min
10,000 listings~4 hours

Memory: 256 MB. Residential proxy recommended for runs above 100 items.


Known limitations

  • Salary data: Only ~60% of listings publish salary information. salaryMin may be null; Computrabajo's structured data does not include a salary range — only a single value.
  • Empty keyword: Leaving keyword blank returns no results. Computrabajo's /empleos root URL is a homepage, not a job listing. Always specify a keyword.
  • Sort order: Results are returned in the platform's default relevance order. Custom sort is not supported via URL parameters.
  • Run timeout: For runs above 20 items, set the timeout to at least 900 seconds in the run options.

Technical details

  • Source: computrabajo.com — multi-country LATAM job board
  • Memory: 256 MB
  • Repost storage: KeyValueStore computrabajo-job-dedup, 90-day TTL
  • Retry: Automatic retry on network errors, exponential backoff, 3 attempts per request

Additional services

Need a custom actor, additional filters, scheduled runs, or integration support? Send an email to info@unfencedgroup.nl — we build on request.


Part of the Unfenced Group job board scraper portfolio — 50+ markets covered.