Get on Board Scraper - LatAm Tech Jobs & Salary Data API avatar

Get on Board Scraper - LatAm Tech Jobs & Salary Data API

Pricing

from $6.15 / 1,000 results

Go to Apify Store
Get on Board Scraper - LatAm Tech Jobs & Salary Data API

Get on Board Scraper - LatAm Tech Jobs & Salary Data API

Scrape Get on Board (getonbrd) tech jobs across Latin America: title, company, USD salary, seniority, remote modality, skills, perks, applicants and full description. Filter by keyword, category, country, remote or salary. Optional AI translate and skills. Export JSON, CSV or Excel.

Pricing

from $6.15 / 1,000 results

Rating

5.0

(2)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

6 days ago

Last modified

Share

Get on Board Scraper - LatAm Tech Jobs & Salary Data API

Get on Board Scraper - LatAm Tech Jobs & Salary Data API

Extract tech and digital job listings with USD salary data from Get on Board (getonbrd.com / getonbrd.cl), the leading Latin American tech job board. Search by keyword or category, filter by country, remote status, seniority, employment type and salary, and get one clean, structured record per job, ready for JSON, CSV or Excel. No API key and no Get on Board account required.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

This is the only dedicated Get on Board scraper on Apify, and it returns every field the Get on Board job listing and company profile expose, plus optional AI add-ons (English translation, structured skills, and a short summary).

Table of contents

What it does

The actor searches Get on Board by keyword or category, paginates through the matching listings, and writes one normalized record per job to the run's dataset. Each record carries the full role text (requirements, responsibilities, benefits and desirable skills) in clean text and raw HTML, the USD salary range when published, seniority, employment type, a normalized remote type (remote, hybrid or onsite), applications count and the employer response time. When Fetch Company Details is on, it loads each company profile to add the company name, logo, website, home country, description, benefits and social links. Optional paid AI add-ons translate the posting to English and extract a structured skills list, years of experience and English requirement.

Data covers tech and digital jobs across Latin America (Chile, Mexico, Argentina, Peru, Colombia and more), including many fully remote roles open worldwide. Salary is present only when the employer publishes it (roughly half of listings); missing source values are returned as null.

Who it is for

  • Recruiters and sourcers building a live feed of LatAm tech roles and hiring companies.
  • Job boards and aggregators that want normalized tech listings with salary and remote data.
  • Market and salary researchers tracking pay ranges, demand by stack and remote adoption in Latin America.
  • Sales and lead teams targeting companies that are actively hiring engineers.

Quickstart

Open the actor, paste this into the input, and press Run. It returns 2 jobs matching "desarrollador" with company details and all AI add-ons.

{
"searchTerm": "desarrollador",
"maxJobs": 2,
"withDetails": true,
"withAiSummary": true,
"withAiSkills": true,
"withAiTranslate": true,
"remoteOnly": false
}

Leave searchTerm empty to match all jobs, or set category to pull an entire Get on Board category. Every input field is optional.

Input reference

FieldTypeRequiredDefaultDescription
maxJobsintegerno10Maximum number of jobs to collect. The actor paginates the full result set for your search or category. Aliases: maxItems, maxResults.
searchTermstringnodeveloperFree-text query matched against title, skill or keyword (for example python, react, designer). Leave empty to match all jobs. Ignored when category is set. Aliases: search, query, keyword.
categoryenumno(none)Restrict results to one Get on Board category (for example programming, data-science-analytics, machine-learning-ai, design-ux). When set, searchTerm is ignored.
countrystringno(empty)Keep only jobs whose countries field includes this country, case-insensitive (for example Chile, Mexico, Argentina).
companystringno(empty)Keep only jobs whose company name includes this text. Enabling it fetches company profiles automatically.
remoteOnlybooleannofalseOnly return jobs that are fully or partially remote. Alias: remote.
modalityenumno(any)Keep only jobs with this employment type: full time, part time, freelance or internship.
seniorityenumno(any)Keep only jobs at this seniority: no experience, junior, semi senior, senior or expert.
withSalaryOnlybooleannofalseOnly return jobs that publish a salary range.
minSalaryintegerno(none)Only return jobs whose top monthly USD salary is at least this amount.
withDetailsbooleannotrueFetch each job's company profile to add company name, logo, website, country, description, benefits and social links.
withAiSummarybooleannofalsePaid add-on. Adds a short AI summary of each posting. Charged per job only when a summary is produced. Requires a paid Apify plan.
withAiSkillsbooleannofalsePaid add-on. Extracts a structured skills list, years of experience and English requirement. Charged per job only when skills are produced.
withAiTranslatebooleannofalsePaid add-on. Translates each job title and description to English. Charged per job only when a translation is produced.
proxyConfigurationobjectno(none)Optional Apify proxy configuration. The public Get on Board API is reachable directly.

Filters combine with logical AND. AI add-ons are disabled for free (non-paying) Apify users.

Output reference

One dataset item per job. Types: string, integer, boolean, string[], integer[], or null when the source value is absent.

FieldTypeDescription
imageUrlstringCompany logo URL (with withDetails).
titlestringJob title as published.
urlstringCanonical Get on Board job URL.
applyUrlstringURL to view and apply for the job.
idstringGet on Board job slug (unique per posting).
companystringCompany name (populated when withDetails is on).
companyIdintegerNumeric Get on Board company ID.
categorystringGet on Board category, for example Programming.
senioritystringSeniority level, for example Semi Senior, Senior.
employmentTypestringEmployment type, for example Full time, Freelance.
remotebooleantrue when the role is fully remote.
isRemotebooleanConvenience boolean, true when fully remote.
remoteTypestringNormalized work type: remote, hybrid or onsite.
remoteModalitystringSource remote modality code, for example fully_remote, hybrid.
countriesstring[]Locations the role is open to, or ["Remote"].
minSalaryintegerMinimum monthly salary, or null when not published.
maxSalaryintegerMaximum monthly salary, or null when not published.
salaryCurrencystringSalary currency (usually USD), or null.
salaryPeriodstringSalary period (month) when a salary is published, else null.
perksstring[]Perk codes published with the role, or null.
tagIdsinteger[]Get on Board skill and technology tag IDs for the role, or null.
locationCityIdsinteger[]Get on Board city IDs the role is tied to, or null.
locationRegionIdsinteger[]Get on Board region IDs, or null.
locationTenantIdsinteger[]Get on Board geographic zone IDs, or null.
langstringPosting language code when provided, else null.
applicationsCountintegerNumber of applications received so far.
publishedAtstringISO 8601 timestamp the job was published.
descriptionstringRequirements section, clean text.
descriptionHtmlstringRequirements section, raw HTML.
descriptionHeadlinestringHeading used for the requirements section.
functionsstringResponsibilities section, clean text.
functionsHtmlstringResponsibilities section, raw HTML.
functionsHeadlinestringHeading used for the responsibilities section.
benefitsstringBenefits section, clean text.
benefitsHtmlstringBenefits section, raw HTML.
benefitsHeadlinestringHeading used for the benefits section.
desirablestringDesirable skills section, clean text.
desirableHtmlstringDesirable skills section, raw HTML.
desirableHeadlinestringHeading used for the desirable section.
aboutProjectstringCompany and product context, clean text.
aboutProjectHtmlstringCompany and product context, raw HTML.
remoteZonestringAllowed remote time zone when specified, else null.
responseTimeMinDaysintegerJob's typical minimum employer response time in days, or null.
responseTimeMaxDaysintegerJob's typical maximum employer response time in days, or null.
companyWebsitestringCompany website (with withDetails).
companyCountrystringCompany home country code (with withDetails).
companyDescriptionstringShort company description (with withDetails).
companyBenefitsstringCompany-level benefits text (with withDetails).
companySocialobjectCompany social handles (twitter, github, facebook, angellist) when present, else null.
companyResponseTimeMinDaysintegerCompany's typical minimum response time in days (with withDetails).
companyResponseTimeMaxDaysintegerCompany's typical maximum response time in days (with withDetails).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, a single item with a populated error field is written instead.
aiJdSummarystringAI add-on. Short summary of the posting (only when withAiSummary).
aiSkillsstring[]AI add-on. Structured skills list (only when withAiSkills).
aiYearsExperiencestringAI add-on. Years of experience required, or null.
aiEnglishRequiredbooleanAI add-on. Whether English is required.
aiTitleEnstringAI add-on. Job title translated to English.
aiDescriptionEnstringAI add-on. Job description translated to English.

How it compares

Get on Board exposes tech-specific fields that generic Latin American job boards do not. This actor captures all of them.

CapabilityThis actorGeneric LatAm job scrapers
Dedicated Get on Board coverageYesPartial or none
USD monthly salary rangeYes, when publishedRare
Normalized remote type (remote / hybrid / onsite)YesSometimes
Full role sections (requirements, responsibilities, benefits, desirable)Text and raw HTMLOften single blob
Applications count and employer response timeYesNo
Company profile (logo, website, country, benefits, social)YesPartial
Filter by seniority, employment type, salary, country, remoteYesVaries
Optional AI translate and skills extractionYesNo

Example output record

Real record from a live run (input {"searchTerm": "developer", "maxJobs": 2, "withDetails": true}). Long text fields trimmed for display; the actor returns them in full:

{
"imageUrl": "https://getonbrd-prod.s3.amazonaws.com/uploads/users/logo/4161/improving-splash-200px.png",
"title": "Front-end Engineer (Angular)",
"url": "https://www.getonbrd.com/jobs/frontend-engineer-angular-improving-south-america-remote",
"applyUrl": "https://www.getonbrd.com/jobs/frontend-engineer-angular-improving-south-america-remote",
"id": "frontend-engineer-angular-improving-south-america-remote",
"company": "Improving",
"companyId": 4161,
"category": "Programming",
"seniority": "Senior",
"employmentType": "Full time",
"remote": true,
"isRemote": true,
"remoteType": "remote",
"remoteModality": "remote_local",
"countries": ["Remote"],
"minSalary": null,
"maxSalary": null,
"salaryCurrency": null,
"salaryPeriod": null,
"perks": ["computer_provided", "informal_dresscode"],
"tagIds": [104, 259, 3725, 139, 743, 13],
"applicationsCount": 374,
"publishedAt": "2026-08-13T21:39:48.000Z",
"description": "+6 years of software development experience. Intermediate/advanced English (required). [trimmed for display; full text returned]",
"descriptionHtml": "<ul><li><strong>+6 anos de experiencia</strong> ... [trimmed]</li></ul>",
"functionsHeadline": "Responsabilidades del puesto",
"companyWebsite": "https://www.improving.com/",
"companyCountry": "US",
"companyBenefits": "Long-term contract. 100% remote. Vacations and PTOs. [trimmed for display; full text returned]",
"companyResponseTimeMinDays": 13,
"companyResponseTimeMaxDays": 27,
"observedAt": "2026-09-06T07:37:49.592Z",
"error": null
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~getonbrd-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchTerm":"developer","maxJobs":25,"withDetails":true,"remoteOnly":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~getonbrd-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"category":"machine-learning-ai","maxJobs":100,"country":"Chile"}'

Apify CLI:

apify call scrapers_lat/getonbrd-scraper \
--input '{"searchTerm":"react","maxJobs":50,"withAiSkills":true}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per job returned (result event). See the pricing tab for the current per-result price.
  • Optional add-ons. Company details and each AI add-on (ai_jd_summary, ai_skills, ai_translate) are billed only when they produce usable output for a job, and only after the job row has been delivered.
  • No charge on failure. If a run errors, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results and add-ons.
  • Free Apify plans are capped at 10 jobs per run and cannot use the AI add-ons. Upgrade for higher maxJobs and AI features.

FAQ and troubleshooting

A run returned 0 records. Why? The search term or category matched nothing, or the country, company, remoteOnly, modality, seniority or salary filters excluded everything. Loosen the filters. Zero-result runs are not charged.

Which countries and categories does Get on Board cover? Tech and digital jobs across Latin America, with many fully remote roles open worldwide. You can scrape any of its 18 categories, including Programming, Data Science / Analytics, Machine Learning & AI, Cybersecurity and Design / UX.

Do the records include salary? Yes, when the employer publishes it. Roughly half of listings include a monthly range returned as minSalary and maxSalary in USD. Jobs without a published range leave those fields null.

What does Fetch Company Details add? It loads each company profile to add the company name, logo, website, home country, description, benefits and social handles. Without it you still get the numeric companyId and all job-level fields.

What do the AI add-ons do? withAiTranslate adds English title and description, withAiSkills adds a structured skills list plus years of experience and English requirement, and withAiSummary adds a short summary. They require a paid Apify plan and are billed only when they produce output.

Is this an official Get on Board tool? No. This actor is independent and has no affiliation with Get on Board. It reads only data that is publicly available on the platform. Use it in accordance with Get on Board's terms of service.

Example tasks

Preconfigured templates for common scenarios. Open one and press Run, or use it as a starting point:

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Scraper de Get on Board - Empleos Tech LatAm y Datos de Salarios (API)

Extrae ofertas de empleo tech y digital con datos de salario en USD desde Get on Board (getonbrd.com / getonbrd.cl), el principal portal de empleos tech de Latinoamerica. Busca por palabra clave o categoria, filtra por pais, modalidad remota, seniority, tipo de contrato y salario, y obten un registro limpio y estructurado por empleo, listo para JSON, CSV o Excel. Sin API key y sin cuenta de Get on Board.

📥 Entrada · 📤 Salida · 💰 Precios · ▶️ Ejemplos

Este es el unico scraper dedicado a Get on Board en Apify, y devuelve todos los campos que exponen la oferta de empleo y el perfil de empresa de Get on Board, mas complementos opcionales de IA (traduccion al ingles, habilidades estructuradas y un resumen corto).

Que hace

El actor busca en Get on Board por palabra clave o categoria, recorre las ofertas que coinciden y escribe un registro normalizado por empleo en el dataset de la ejecucion. Cada registro incluye el texto completo del puesto (requisitos, responsabilidades, beneficios y deseables) en texto limpio y en HTML original, el rango salarial en USD cuando se publica, el seniority, el tipo de contrato, un tipo de trabajo normalizado (remoto, hibrido o presencial), el numero de postulaciones y el tiempo de respuesta del empleador. Con Detalles de Empresa activado, carga cada perfil de empresa para agregar nombre, logo, sitio web, pais de origen, descripcion, beneficios y enlaces sociales. Los complementos de IA de pago traducen la oferta al ingles y extraen una lista estructurada de habilidades, anos de experiencia y requisito de ingles.

Los datos cubren empleos tech y digitales en toda Latinoamerica (Chile, Mexico, Argentina, Peru, Colombia y mas), incluyendo muchos puestos 100% remotos abiertos a todo el mundo. El salario aparece solo cuando el empleador lo publica (cerca de la mitad de las ofertas); los valores ausentes se devuelven como null.

Para quien es

  • Reclutadores y sourcers que arman un feed en vivo de roles tech en LatAm y de empresas que contratan.
  • Portales de empleo y agregadores que quieren ofertas tech normalizadas con datos de salario y remoto.
  • Investigadores de mercado y salarios que siguen rangos de pago, demanda por stack y adopcion del trabajo remoto en Latinoamerica.
  • Equipos de ventas y generacion de leads que buscan empresas que estan contratando ingenieros.

Inicio rapido

Abre el actor, pega esto en la entrada y presiona Run. Devuelve 2 empleos que coinciden con "desarrollador" con detalles de empresa y todos los complementos de IA.

{
"searchTerm": "desarrollador",
"maxJobs": 2,
"withDetails": true,
"withAiSummary": true,
"withAiSkills": true,
"withAiTranslate": true,
"remoteOnly": false
}

Deja searchTerm vacio para traer todos los empleos, o define category para extraer una categoria completa de Get on Board. Todos los campos de entrada son opcionales.

Referencia de entrada

CampoTipoRequeridoPredeterminadoDescripcion
maxJobsintegerno10Numero maximo de empleos a recolectar. El actor pagina todo el conjunto de resultados. Alias: maxItems, maxResults.
searchTermstringnodeveloperConsulta de texto libre sobre titulo, habilidad o palabra clave (por ejemplo python, react, designer). Vacio para traer todos. Se ignora si category esta definido. Alias: search, query, keyword.
categoryenumno(ninguna)Limita a una categoria de Get on Board (por ejemplo programming, data-science-analytics, machine-learning-ai, design-ux). Con esto, searchTerm se ignora.
countrystringno(vacio)Deja solo empleos cuyo campo countries incluya este pais, sin distinguir mayusculas (por ejemplo Chile, Mexico, Argentina).
companystringno(vacio)Deja solo empleos cuyo nombre de empresa incluya este texto. Al activarlo se cargan los perfiles de empresa automaticamente.
remoteOnlybooleannofalseSolo devuelve empleos total o parcialmente remotos. Alias: remote.
modalityenumno(cualquiera)Deja solo empleos con este tipo de contrato: full time, part time, freelance o internship.
seniorityenumno(cualquiera)Deja solo empleos de este seniority: no experience, junior, semi senior, senior o expert.
withSalaryOnlybooleannofalseSolo devuelve empleos que publican rango salarial.
minSalaryintegerno(ninguno)Solo devuelve empleos cuyo salario mensual maximo en USD sea al menos este monto.
withDetailsbooleannotrueCarga el perfil de empresa para agregar nombre, logo, sitio web, pais, descripcion, beneficios y enlaces sociales.
withAiSummarybooleannofalseComplemento de pago. Agrega un resumen corto con IA de cada oferta. Se cobra por empleo solo cuando se produce un resumen. Requiere plan de pago en Apify.
withAiSkillsbooleannofalseComplemento de pago. Extrae lista estructurada de habilidades, anos de experiencia y requisito de ingles. Se cobra por empleo solo cuando se producen habilidades.
withAiTranslatebooleannofalseComplemento de pago. Traduce el titulo y la descripcion al ingles. Se cobra por empleo solo cuando se produce una traduccion.
proxyConfigurationobjectno(ninguno)Configuracion de proxy de Apify opcional. La API publica de Get on Board es accesible directamente.

Los filtros se combinan con Y logico. Los complementos de IA estan deshabilitados para usuarios gratuitos (sin plan de pago) de Apify.

Referencia de salida

Un item de dataset por empleo. Tipos: string, integer, boolean, string[], integer[], o null cuando el valor de origen no existe.

CampoTipoDescripcion
imageUrlstringURL del logo de la empresa (con withDetails).
titlestringTitulo del empleo como se publico.
urlstringURL canonica del empleo en Get on Board.
applyUrlstringURL para ver y postular al empleo.
idstringSlug del empleo en Get on Board (unico por oferta).
companystringNombre de la empresa (con withDetails).
companyIdintegerID numerico de la empresa en Get on Board.
categorystringCategoria de Get on Board, por ejemplo Programming.
senioritystringNivel de seniority, por ejemplo Semi Senior, Senior.
employmentTypestringTipo de contrato, por ejemplo Full time, Freelance.
remotebooleantrue cuando el rol es totalmente remoto.
isRemotebooleanBooleano de conveniencia, true si es totalmente remoto.
remoteTypestringTipo de trabajo normalizado: remote, hybrid o onsite.
remoteModalitystringCodigo de modalidad remota de origen, por ejemplo fully_remote, hybrid.
countriesstring[]Ubicaciones abiertas para el rol, o ["Remote"].
minSalaryintegerSalario mensual minimo, o null si no se publica.
maxSalaryintegerSalario mensual maximo, o null si no se publica.
salaryCurrencystringMoneda del salario (normalmente USD), o null.
salaryPeriodstringPeriodo del salario (month) cuando hay salario, si no null.
perksstring[]Codigos de beneficios publicados con el rol, o null.
tagIdsinteger[]IDs de tags de habilidades y tecnologias del rol, o null.
locationCityIdsinteger[]IDs de ciudad de Get on Board asociados al rol, o null.
locationRegionIdsinteger[]IDs de region de Get on Board, o null.
locationTenantIdsinteger[]IDs de zona geografica de Get on Board, o null.
langstringCodigo de idioma de la oferta cuando existe, si no null.
applicationsCountintegerNumero de postulaciones recibidas hasta ahora.
publishedAtstringMarca de tiempo ISO 8601 de publicacion del empleo.
descriptionstringSeccion de requisitos, texto limpio.
descriptionHtmlstringSeccion de requisitos, HTML original.
descriptionHeadlinestringEncabezado de la seccion de requisitos.
functionsstringSeccion de responsabilidades, texto limpio.
functionsHtmlstringSeccion de responsabilidades, HTML original.
functionsHeadlinestringEncabezado de la seccion de responsabilidades.
benefitsstringSeccion de beneficios, texto limpio.
benefitsHtmlstringSeccion de beneficios, HTML original.
benefitsHeadlinestringEncabezado de la seccion de beneficios.
desirablestringSeccion de deseables, texto limpio.
desirableHtmlstringSeccion de deseables, HTML original.
desirableHeadlinestringEncabezado de la seccion de deseables.
aboutProjectstringContexto de empresa y producto, texto limpio.
aboutProjectHtmlstringContexto de empresa y producto, HTML original.
remoteZonestringZona horaria remota permitida cuando se especifica, si no null.
responseTimeMinDaysintegerTiempo minimo tipico de respuesta del empleador en dias, o null.
responseTimeMaxDaysintegerTiempo maximo tipico de respuesta del empleador en dias, o null.
companyWebsitestringSitio web de la empresa (con withDetails).
companyCountrystringCodigo de pais de origen de la empresa (con withDetails).
companyDescriptionstringDescripcion corta de la empresa (con withDetails).
companyBenefitsstringTexto de beneficios a nivel empresa (con withDetails).
companySocialobjectRedes sociales de la empresa (twitter, github, facebook, angellist) si existen, si no null.
companyResponseTimeMinDaysintegerTiempo minimo tipico de respuesta de la empresa en dias (con withDetails).
companyResponseTimeMaxDaysintegerTiempo maximo tipico de respuesta de la empresa en dias (con withDetails).
observedAtstringMarca de tiempo ISO 8601 de cuando se recolecto el registro.
errorstringnull en exito. Si la ejecucion falla, se escribe un unico item con el campo error poblado.
aiJdSummarystringComplemento IA. Resumen corto de la oferta (solo con withAiSummary).
aiSkillsstring[]Complemento IA. Lista estructurada de habilidades (solo con withAiSkills).
aiYearsExperiencestringComplemento IA. Anos de experiencia requeridos, o null.
aiEnglishRequiredbooleanComplemento IA. Si se requiere ingles.
aiTitleEnstringComplemento IA. Titulo del empleo traducido al ingles.
aiDescriptionEnstringComplemento IA. Descripcion del empleo traducida al ingles.

Como se compara

Get on Board expone campos especificos de tech que los portales de empleo generalistas de Latinoamerica no tienen. Este actor los captura todos.

CapacidadEste actorScrapers de empleo generalistas de LatAm
Cobertura dedicada de Get on BoardSiParcial o nula
Rango salarial mensual en USDSi, cuando se publicaRaro
Tipo de trabajo normalizado (remoto / hibrido / presencial)SiA veces
Secciones completas del rol (requisitos, responsabilidades, beneficios, deseables)Texto y HTML originalSuele ser un unico bloque
Numero de postulaciones y tiempo de respuesta del empleadorSiNo
Perfil de empresa (logo, sitio web, pais, beneficios, redes)SiParcial
Filtro por seniority, tipo de contrato, salario, pais, remotoSiVaria
Traduccion y extraccion de habilidades con IA opcionalSiNo

Facturacion y limites

  • Pago por resultado. Se cobra por empleo devuelto (evento result). Consulta la pestana de precios para el precio por resultado actual.
  • Complementos opcionales. Los details de empresa y cada complemento de IA (ai_jd_summary, ai_skills, ai_translate) se cobran solo cuando producen resultado util para un empleo, y solo despues de que la fila del empleo fue entregada.
  • Sin cargo en fallos. Si una ejecucion falla, el actor escribe un unico item con el campo error y no lo cobra. Las ejecuciones vacias no cuestan nada.
  • Limite de gasto respetado. Define maxTotalChargeUsd en la ejecucion; al alcanzarlo, el actor deja de emitir y cobrar mas resultados y complementos.
  • Planes gratuitos de Apify estan limitados a 10 empleos por ejecucion y no pueden usar los complementos de IA. Sube de plan para mas maxJobs y funciones de IA.

Preguntas frecuentes

Una ejecucion devolvio 0 registros. Por que? El termino de busqueda o la categoria no coincidieron con nada, o los filtros country, company, remoteOnly, modality, seniority o de salario excluyeron todo. Afloja los filtros. Las ejecuciones sin resultados no se cobran.

Que paises y categorias cubre Get on Board? Empleos tech y digitales en toda Latinoamerica, con muchos roles 100% remotos abiertos a todo el mundo. Puedes extraer cualquiera de sus 18 categorias, incluyendo Programming, Data Science / Analytics, Machine Learning & AI, Cybersecurity y Design / UX.

Los registros incluyen salario? Si, cuando el empleador lo publica. Cerca de la mitad de las ofertas incluyen un rango mensual devuelto como minSalary y maxSalary en USD. Los empleos sin rango publicado dejan esos campos en null.

Que agrega Detalles de Empresa? Carga cada perfil de empresa para agregar nombre, logo, sitio web, pais de origen, descripcion, beneficios y redes sociales. Sin esto igual obtienes el companyId numerico y todos los campos a nivel empleo.

Que hacen los complementos de IA? withAiTranslate agrega titulo y descripcion en ingles, withAiSkills agrega una lista estructurada de habilidades mas anos de experiencia y requisito de ingles, y withAiSummary agrega un resumen corto. Requieren plan de pago en Apify y se cobran solo cuando producen resultado.

Es una herramienta oficial de Get on Board? No. Este actor es independiente y no tiene afiliacion con Get on Board. Lee solo datos disponibles publicamente en la plataforma. Usalo de acuerdo con los terminos de servicio de Get on Board.

Herramienta independiente, sin afiliacion con Get on Board. Accede solo a datos disponibles publicamente. Usalo de acuerdo con los terminos de servicio de Get on Board.