Bumeran Jobs Scraper avatar

Bumeran Jobs Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Bumeran Jobs Scraper

Bumeran Jobs Scraper

Search job listings on Bumeran (bumeran.com.ar) - Argentina's largest job board - by keyword, province, job category, work mode, employment type, seniority, and contract type. Also fetch company profiles by ID.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Search job listings on Bumeran — Argentina's largest job board — by keyword, province, job category, work mode, employment type, seniority, and contract type. Also fetch company profiles by ID. No login, no API key, no cookies required.

What this actor does

  • Two modes: search (job listings) and byCompanyIds (company profiles)
  • 10 combinable filters: keyword, province (23), job category (26), work mode (on-site/hybrid/remote), employment type (8 types), seniority level (9 levels), contract type (4 types), collar segmentation (white/grey/blue), posted-within freshness window (9 windows), disability-friendly only
  • Sort by relevance or recency
  • Quick-apply filter — surface only one-click-apply listings
  • Empty fields are omitted — every field in the output is real, populated data

Output fields

job records (mode=search)

  • jobId, title, description
  • companyId, companyName, isConfidentialEmployer, companyLogoUrl, companyVerified, companyIsPro, companyRating (0-5 average employee rating; only present when Bumeran has published a rating for that employer)
  • location, employmentType, workMode
  • areaId, area, subAreaId
  • vacancies
  • publishedAt, modifiedAt — Argentina local time (UTC-3), ISO 8601
  • hasScreeningQuestions, salaryDisclosureRequired, quickApply, disabilityFriendly
  • listingType, publicationPlan, gptwUrl (Great Place to Work certification, when present)
  • sourceUrl, recordType: "job", scrapedAt

company records (mode=byCompanyIds)

  • companyId, companyName, description
  • industry, country, province, city
  • logoUrl, websiteUrl, videoUrl, coverImageUrl, gptwUrl
  • inclusiveEmployer, verified, isProAccount, activelyHiring
  • sourceUrl, recordType: "company", scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / byCompanyIds
searchQuerystringFree-text keyword search
provinciastringArgentine province
areastringJob category
modalidadTrabajostringpresencial / hibrido / remoto
tipoTrabajostringEmployment type (full-time, part-time, etc.)
nivelLaboralstringSeniority level
tipoContratacionstringContract type
segmentacionCollarstringCollar segmentation: white / grey / blue / indefinido
diasFechaPublicacionstringPosted-within freshness window (today, last 2/3/4/5/6 days, last week/15 days/month)
disabilityFriendlyOnlyboolfalseOnly listings marked accessible to people with disabilities
sortBystringRELEVANTESRELEVANTES / RECIENTES
quickApplyOnlyboolfalseOnly quick-apply listings
companyIdsarrayCompany IDs (mode=byCompanyIds)
maxItemsint50Hard cap (1–1000)

Example: remote senior developer jobs

{
"mode": "search",
"searchQuery": "desarrollador",
"modalidadTrabajo": "remoto",
"nivelLaboral": "senior",
"maxItems": 50
}

Example: all tech jobs in Buenos Aires, hybrid, full-time

{
"mode": "search",
"provincia": "argentina|buenos-aires",
"area": "tecnologia-sistemas-y-telecomunicaciones",
"modalidadTrabajo": "hibrido",
"tipoTrabajo": "full-time",
"maxItems": 100
}

Example: company profile lookup

{
"mode": "byCompanyIds",
"companyIds": ["319880", "444640"]
}

Use cases

  • Job seekers / recruiters — bulk-export listings matching precise criteria (location, remote, seniority)
  • Market research — analyze Argentina's job market by category, province, and employment type
  • Recruiting agencies — monitor competitor job postings and hiring trends by company
  • HR tech / ATS integrations — feed Bumeran listings into an aggregator or alert system
  • Company intelligence — pull employer profiles (industry, GPTW certification, active hiring status)

FAQ

Do I need a login or API key? No — this uses Bumeran's own public job-search API, which is available without authentication.

What does isConfidentialEmployer: true mean? The employer chose to post anonymously; companyName is Bumeran's own placeholder text ("Confidencial") in that case, not a scraping error.

What timezone are publishedAt/modifiedAt in? Argentina local time (UTC-3), as returned by Bumeran. The field is ISO 8601 formatted but intentionally not UTC-labeled since the source doesn't provide a timezone.

How do I find a company's ID? Every non-confidential job listing includes companyId directly in its job record — feed that straight into mode=byCompanyIds to fetch the full company profile. Company IDs also appear in Bumeran company-profile URLs, e.g. bumeran.com.ar/perfiles/empresa_randstad-argentina_319880.html → ID 319880. Confidential/anonymous postings (isConfidentialEmployer: true) don't expose a companyId — Bumeran withholds the employer's identity entirely for those.

Can I combine multiple filters? Yes — all filters are ANDed together (e.g. province + category + work mode + employment type simultaneously).

How fresh is the data? Real-time — every run queries Bumeran's live search index directly.