Zonajobs Jobs Search Scraper avatar

Zonajobs Jobs Search Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Zonajobs Jobs Search Scraper

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

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

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
}
FieldTypeDescription
urlsarrayOne 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_urlintegerMaximum number of job listings to collect per URL. Default prefill: 20. Increase up to 50 for fuller page coverage.
ignore_url_failuresbooleanIf 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 into urls.


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

FieldMeaning
IDUnique ZonaJobs internal identifier for the listing
TitleJob title as shown on the search results page
DescriptionSummary or full text of the job posting

Company Information

FieldMeaning
Company IDInternal identifier for the hiring company
Company NameEmployer name (empty if confidential)
Confidentialtrue if the company has hidden its identity
Logo URLURL to the company's logo image
ValidatedWhether ZonaJobs has verified the company account
Company ProIndicates if the company holds a premium account
Company RatingEmployer rating score (when available)
GPTW URLLink to a "Great Place to Work" certification, if applicable

Dates & Publication

FieldMeaning
Published AtFull timestamp when the listing was published
Published DateHuman-readable publication date
Modified AtTimestamp of the most recent listing update
Publication PlanSubscription or plan tier used to post the listing
Advertisement TypeClassification of the ad format (e.g., standard, featured)
PortalThe portal or sub-platform where the listing appears

Role & Location Details

FieldMeaning
Job TypeContract type (e.g., full-time, part-time, freelance)
Work ModalityOn-site, remote, or hybrid
LocationCity or region where the role is based
Country IDNumeric country identifier
Area IDIndustry or functional area code
Subarea IDMore granular sub-category within the area
Vacancies CountNumber of open positions for this listing

Applicant & Engagement Flags

FieldMeaning
ReadWhether the listing has been marked as read
Visited By ApplicantWhether the current user has viewed this listing
SavedWhether the listing has been bookmarked
Has Questionstrue if the application includes screening questions
Quick Applytrue if one-click application is available
Mandatory SalaryWhether salary disclosure is required for this listing
High Profile ReviewFlags listings subject to elevated review criteria
Disability Friendlytrue if the role explicitly welcomes applicants with disabilities

How to Use

  1. Build your URL list — Open ZonaJobs, apply your desired filters (location, category, recency), then copy the results page URL. Append &page=N to cover multiple pages.
  2. Configure the input — Paste URLs into urls, set max_items_per_url (up to 50), and keep ignore_url_failures: true for bulk runs.
  3. Run the scraper — Start the actor and monitor progress in the run log.
  4. 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_url and 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 Friendly listings 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.