Zonajobs Jobs Search Scraper
Pricing
from $1.50 / 1,000 results
Zonajobs Jobs Search Scraper
Scrape job listings from ZonaJobs.com.ar with 30+ structured fields per result — including company info, work modality, salary flags, location, and publication dates. Perfect for recruiters, analysts, and HR professionals targeting the Latin American job market.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
ZonaJobs.com.ar Scraper: Extract Job Listings from Argentina's Top Job Board
Excerpt: Scrape job listings from ZonaJobs.com.ar with 30+ structured fields per result — including company info, work modality, salary flags, location, and publication dates. Perfect for recruiters, analysts, and HR professionals targeting the Latin American job market.
What Is ZonaJobs.com.ar?
ZonaJobs is one of Latin America's most established employment platforms, primarily serving Argentina and the broader Spanish-speaking job market. It hosts thousands of active listings across industries, from entry-level roles to senior positions. The ZonaJobs Scraper automates bulk collection of these listings, turning paginated search results into clean, structured datasets — without manual copy-pasting.
Overview
The ZonaJobs Jobs Search Scraper crawls job search result pages and extracts comprehensive listing data in a single run. It is built for:
- Recruiters monitoring competitor postings and hiring trends
- HR analysts building salary and modality benchmarking datasets
- Job aggregators syndicating Latin American opportunities
- Researchers studying employment patterns across Argentina and the region
Configurable per-URL limits and fault-tolerant URL handling make it suitable for both small targeted pulls and large-scale data pipelines.
Input Format
{"urls": ["https://www.zonajobs.com.ar/empleos.html?recientes=true&page=1","https://www.zonajobs.com.ar/empleos.html?recientes=true&page=2"],"ignore_url_failures": true,"max_items_per_url": 50}
| Field | Type | Description |
|---|---|---|
urls | array | One or more ZonaJobs search result page URLs. Append &page=N to paginate through results. Add multiple URLs to cover several pages or filtered searches in one run. |
max_items_per_url | integer | Maximum number of job listings to collect per URL. Default prefill: 20. Increase up to 50 for fuller page coverage. |
ignore_url_failures | boolean | If true, failed URLs are skipped and the run continues. Recommended for bulk multi-page scraping to avoid interruptions. Default: true. |
Tip: To scrape multiple pages, add each paginated URL separately — e.g.,
?page=1,?page=2, etc. You can also filter by category or location in the URL query string before pasting intourls.
Output Format
Sample output
{"id": 2181970,"title": "Analista Administrativo con foco en cobranzas","description": "Buscamos un/a Analista Administrativo orientado/a al área de cobranzas, responsable de gestionar y dar seguimiento a cuentas corrientes, asegurando el cumplimiento de pagos y manteniendo una comunicación eficiente con clientes.Principales responsabilidades* Gestión y seguimiento de cobranzas.* Control y conciliación de cuentas corrientes.* Reclamo y seguimiento de pagos pendientes.* Emisión y control de notas de crédito y recibos.* Análisis de deuda y elaboración de reportes de mora.* Atención y resolución de consultas de clientes relacionadas con pagos y facturación.* Coordinación con áreas comerciales y contables.* Gestión y coordinación de pago a proveedores.* Asistencia administrativa al estudio contable.* Colaboración en procesos contables y financieros.* Apoyo en controles administrativos generales de la empresa.Requisitos* Experiencia previa en administración y cobranzas.* Manejo de Excel intermedio/avanzado.* Perfil analítico, organizado y proactivo.* Buen manejo de comunicación y negociación.*Resida en zonas aledañas a Belgrano","disability_friendly": false,"company_id": null,"company_name": "Confidencial","confidential": true,"logo_url": null,"validated": null,"company_pro": null,"published_at": "15-05-2026 11:07:39","published_date": "15-05-2026","modified_at": "18-05-2026 09:25:17","publication_plan": {"id": 40,"nombre": "Avisos Gold"},"portal": "zonajobs","job_type": "Full-time","country_id": 1,"area_id": 1,"subarea_id": 22,"read": null,"visited_by_applicant": null,"location": "Capital Federal, Buenos Aires","vacancies_count": 1,"saved": null,"gptw_url": null,"company_rating": null,"work_modality": "Presencial","has_questions": true,"mandatory_salary": true,"high_profile_review": true,"quick_apply": false,"advertisement_type": "destacado"}
Each job listing returns a structured record with 30+ fields:
Identification & Content
| Field | Meaning |
|---|---|
ID | Unique ZonaJobs internal identifier for the listing |
Title | Job title as shown on the search results page |
Description | Summary or full text of the job posting |
Company Information
| Field | Meaning |
|---|---|
Company ID | Internal identifier for the hiring company |
Company Name | Employer name (empty if confidential) |
Confidential | true if the company has hidden its identity |
Logo URL | URL to the company's logo image |
Validated | Whether ZonaJobs has verified the company account |
Company Pro | Indicates if the company holds a premium account |
Company Rating | Employer rating score (when available) |
GPTW URL | Link to a "Great Place to Work" certification, if applicable |
Dates & Publication
| Field | Meaning |
|---|---|
Published At | Full timestamp when the listing was published |
Published Date | Human-readable publication date |
Modified At | Timestamp of the most recent listing update |
Publication Plan | Subscription or plan tier used to post the listing |
Advertisement Type | Classification of the ad format (e.g., standard, featured) |
Portal | The portal or sub-platform where the listing appears |
Role & Location Details
| Field | Meaning |
|---|---|
Job Type | Contract type (e.g., full-time, part-time, freelance) |
Work Modality | On-site, remote, or hybrid |
Location | City or region where the role is based |
Country ID | Numeric country identifier |
Area ID | Industry or functional area code |
Subarea ID | More granular sub-category within the area |
Vacancies Count | Number of open positions for this listing |
Applicant & Engagement Flags
| Field | Meaning |
|---|---|
Read | Whether the listing has been marked as read |
Visited By Applicant | Whether the current user has viewed this listing |
Saved | Whether the listing has been bookmarked |
Has Questions | true if the application includes screening questions |
Quick Apply | true if one-click application is available |
Mandatory Salary | Whether salary disclosure is required for this listing |
High Profile Review | Flags listings subject to elevated review criteria |
Disability Friendly | true if the role explicitly welcomes applicants with disabilities |
How to Use
- Build your URL list — Open ZonaJobs, apply your desired filters (location, category, recency), then copy the results page URL. Append
&page=Nto cover multiple pages. - Configure the input — Paste URLs into
urls, setmax_items_per_url(up to50), and keepignore_url_failures: truefor bulk runs. - Run the scraper — Start the actor and monitor progress in the run log.
- Export — Download results as JSON, CSV, or Excel for analysis or integration.
Common issues:
- Ensure URLs point to search result pages, not individual job detail pages.
- If results seem incomplete, reduce
max_items_per_urland add more paginated URLs instead.
Use Cases & Business Value
- Market intelligence: Track hiring volume, in-demand roles, and remote work trends across Argentina
- Compensation research: Identify listings with mandatory salary disclosure for benchmarking
- DEI analysis: Filter
Disability Friendlylistings for inclusive hiring reports - Job board aggregation: Feed structured ZonaJobs data into custom career platforms
Conclusion
The ZonaJobs.com.ar Jobs Search Scraper gives you fast, reliable access to one of Latin America's richest employment datasets. With 30+ fields per listing and simple pagination support, it eliminates manual data collection and integrates directly into your workflows.