Bumeran Jobs Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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) andbyCompanyIds(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,descriptioncompanyId,companyName,isConfidentialEmployer,companyLogoUrl,companyVerified,companyIsPro,companyRating(0-5 average employee rating; only present when Bumeran has published a rating for that employer)location,employmentType,workModeareaId,area,subAreaIdvacanciespublishedAt,modifiedAt— Argentina local time (UTC-3), ISO 8601hasScreeningQuestions,salaryDisclosureRequired,quickApply,disabilityFriendlylistingType,publicationPlan,gptwUrl(Great Place to Work certification, when present)sourceUrl,recordType: "job",scrapedAt
company records (mode=byCompanyIds)
companyId,companyName,descriptionindustry,country,province,citylogoUrl,websiteUrl,videoUrl,coverImageUrl,gptwUrlinclusiveEmployer,verified,isProAccount,activelyHiringsourceUrl,recordType: "company",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byCompanyIds |
searchQuery | string | – | Free-text keyword search |
provincia | string | – | Argentine province |
area | string | – | Job category |
modalidadTrabajo | string | – | presencial / hibrido / remoto |
tipoTrabajo | string | – | Employment type (full-time, part-time, etc.) |
nivelLaboral | string | – | Seniority level |
tipoContratacion | string | – | Contract type |
segmentacionCollar | string | – | Collar segmentation: white / grey / blue / indefinido |
diasFechaPublicacion | string | – | Posted-within freshness window (today, last 2/3/4/5/6 days, last week/15 days/month) |
disabilityFriendlyOnly | bool | false | Only listings marked accessible to people with disabilities |
sortBy | string | RELEVANTES | RELEVANTES / RECIENTES |
quickApplyOnly | bool | false | Only quick-apply listings |
companyIds | array | – | Company IDs (mode=byCompanyIds) |
maxItems | int | 50 | Hard 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.