Scrape job listings from Computrabajo across 19 Latin American countries (Mexico, Colombia, Peru, Argentina, Chile, Brazil, Ecuador, Venezuela and more). Returns 43 fields per job: salary_min, salary_max, salary_currency (MXN, COP, ARS, etc.), salary_period, full description, hiring organization, Spanish contract type (Indefinido / Obra-labor / Fijo), working hours (Tiempo Completo / Medio), minimum education, years of experience, skill tags, company rating, verified-employer flag and city/region breakdown. Auto-detects country from URL.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~computrabajo-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "country": "co", "searchUrls": ["https://co.computrabajo.com/empleos-de-desarrollador"], "maxResults": 100, "includeJobDetails": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/computrabajo-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Desarrollador Backend Senior |
| company | string | Rappi |
| location | string | Bogotá |
| country | string | CO |
| salary_min | integer | 6000000 |
| salary_max | integer | 9000000 |
| salary_currency | string | COP |
| contract_type | string | Indefinido |
| employment_type | string | Tiempo Completo |
| description | string | Buscamos un desarrollador... |