SEACE Peru Public Procurement Scraper - Tenders, Awards & API avatar

SEACE Peru Public Procurement Scraper - Tenders, Awards & API

Pricing

from $9.23 / 1,000 results

Go to Apify Store
SEACE Peru Public Procurement Scraper - Tenders, Awards & API

SEACE Peru Public Procurement Scraper - Tenders, Awards & API

Scrape Peru government tenders and contracts from SEACE (OSCE/OECE open data). Get buyer entity and RUC, reference value, key dates, items (CUBSO/UNSPSC), bidders (postores), awards and suppliers with RUC, and documents. Licitaciones y contrataciones del estado Peru. JSON, CSV, Excel. No API key.

Pricing

from $9.23 / 1,000 results

Rating

4.4

(2)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

11 days ago

Last modified

Share

SEACE Peru Public Procurement Scraper

SEACE Peru Public Procurement Scraper: Tenders, Awards & Suppliers

Structured SEACE Peru procurement data (Sistema Electronico de Contrataciones del Estado, run by OSCE/OECE) as clean JSON, CSV or Excel. Search Peru government tenders, licitaciones, adjudicaciones and contratos, and for every process get the buying entity with RUC, the reference value and currency, key dates, line items with CUBSO / UNSPSC codes, every bidder (postor) and awarded supplier with RUC, awards, contracts and document links. Built for supplier intelligence, competitor and market research, bid discovery and KYB on Peruvian public buyers and vendors.

Powered by the official Peru Open Contracting (OCDS) open data, so fields are standardized and complete. No API key, no login, no account required.

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

Apify Coverage Standard Output Billing

Table of contents

What it does

The actor reads Peru public procurement published by OECE (the Peruvian procurement authority, formerly OSCE) as Open Contracting (OCDS) data derived from SEACE v1, v2 and v3. You can:

  • Search the most recent processes by keyword, buying entity, entity RUC, supplier, supplier RUC, procurement method, category, value range, publication date range, year and stage.
  • Look up specific processes directly by OCID or by SEACE process id, with no scanning.

Every result is one procurement process with the buyer, value, dates, items and result summary. Turn on full details to also get the complete graph: every bidder and awarded supplier with RUC, all awards, contracts, all parties with RUC and contact data, and all document links.

Who it is for

  • Suppliers and bidders tracking new tenders (licitaciones) in their category (CUBSO / UNSPSC) and studying who wins and at what price.
  • Sales and business development building lead lists of public buyers and awarded vendors with RUC.
  • Market and competitor research measuring award volumes, prices and win rates per entity or per supplier.
  • Compliance, KYB and due diligence teams profiling Peruvian public buyers and contractors.
  • Journalists and analysts studying public spending, competition and red flags.

Quickstart

Open the actor, paste this into the input, and press Run. It returns the 25 most recent procurement processes.

{
"maxTenders": 25
}

Filter by keyword and entity, for example every ambulance related process from a health region:

{
"descripcion": "ambulancia",
"categoria": "goods",
"maxTenders": 50,
"withDetails": true
}

Look up specific processes directly:

{
"tenderIds": ["1247367"],
"ocids": ["ocds-dgv273-seacev3-1247379"]
}

Input reference

FieldTypeDescription
descripcionstringKeyword in the tender title, description or item descriptions (accent insensitive).
entidadstringBuying entity name (substring).
rucstringBuying entity RUC (tax id).
proveedorstringSupplier or bidder (postor) name.
supplierRucstringSupplier or bidder RUC.
categoriaenumCategory: works (Obra), goods (Bien), services (Servicio and Consultoria).
metodostringProcurement method text, for example Licitacion Publica, Adjudicacion Simplificada, Concurso Publico.
minValue / maxValueintegerReference value band (usually in PEN).
fechaInicio / fechaFinstringPublication date range, dd/mm/yyyy or yyyy-mm-dd.
aniostringPublication year, for example 2026.
estadoenumStage: planning, tender, award, contract.
ocidsarrayFetch specific processes by OCID (skips scanning).
tenderIdsarrayFetch specific processes by numeric SEACE process id (skips scanning).
withDetailsbooleanAdd the full graph (bidders, awards, contracts, parties, documents). Paying plans only. Default true.
maxTendersintegerMax processes to return. Free plans are capped at 10. Default 50.
maxPagesScanintegerWhen filtering, how many 20-process pages of the newest data to scan. Default 60.

Output reference

One dataset item per procurement process. Base fields are always present. Detail arrays are added when withDetails is on (paying plans). Missing values are null.

FieldTypeDescription
ocidstringOCDS contracting process id.
tenderIdstringSEACE process id.
stagestringProcess stage (Convocado, Adjudicado, Contrato).
tagsarrayOCDS release tags.
releaseDate / publishedDate / datePublishedstringRelease and tender publication timestamps.
titlestringNomenclature / short title.
descriptionstringObject description.
procurementMethodstringProcurement method (tipo de proceso).
mainCategorystringworks, goods or services.
additionalCategoriesarrayAdditional OCDS categories.
entityNamestringBuying entity.
entityIdstringOCDS/CONSUCODE entity id.
entityRucstringBuying entity RUC.
entityDepartment / entityProvince / entityDistrictstringEntity location.
entityAddress / entityPhone / entityEmail / entityWebsitestringEntity contact data (when published).
valueAmount / valueCurrency / valueCurrencyNamenumber, stringReference value and currency.
tenderStartDate / tenderEndDatestringTender period.
enquiryStartDate / enquiryEndDate / enquiryDurationDaysstring, numberEnquiry (consultas) period.
budgetProject / budgetProjectId / budgetDescriptionstringInvestment project and CUI when present.
itemsarrayLine items: id, description, quantity, unit, status, cubsoCode, cubsoDescription, unspscCode, unspscDescription, value.
itemCountnumberNumber of line items.
numberOfTenderersnumberBidders (postores) count.
awardCount / awardTotalAmountnumberAwards count and total awarded amount.
supplierNamesarrayAwarded supplier names.
documentCountnumberDocuments attached to the tender.
hasProtectedInformationbooleanWhether the tender is protected by law.
recordUrlstringLink to the process record on the OECE portal.
source / observedAtstringProvenance and collection timestamp.
errorstringnull on success.
tenderersarray(details) Every bidder with ruc and name.
awardsarray(details) Awards: id, status, date, value, suppliers (with RUC), items.
contractsarray(details) Contracts: id, awardId, value, dateSigned, period, documents.
contractCountnumber(details) Number of contracts.
suppliersarray(details) Deduplicated awarded suppliers with RUC.
partiesarray(details) All parties: id, ruc, name, roles, location, address, phone, email, website.
documentsarray(details) Tender documents with title, type, format and download URL.

Example output record

Real record for OCID ocds-dgv273-seacev3-1247367 with withDetails on. Arrays are trimmed here for readability.

{
"ocid": "ocds-dgv273-seacev3-1247367",
"tenderId": "1247367",
"stage": "Adjudicado (Buena Pro)",
"title": "CP-ABR-10-2026-MPHI/C-1-1",
"description": "MANTENIMIENTO DEL SISTEMA DE RIEGO TECNIFICADO EN LA LOCALIDAD DE POMACANCHA, DISTRITO DE HUARI, PROVINCIA DE HUARI, DEPARTAMENTO DE ANCASH",
"procurementMethod": "Concurso Publico Abreviado",
"mainCategory": "services",
"entityName": "MUNICIPALIDAD PROVINCIAL DE HUARI",
"entityId": "PE-CONSUCODE-211",
"entityRuc": "20193046551",
"entityDepartment": "ANCASH",
"entityProvince": "HUARI",
"entityAddress": "JR.RAMON CASTILLA 470",
"entityPhone": "043-453378",
"entityWebsite": "https://WWW.MUNIHUARI.GOB.PE",
"valueAmount": 197176.62,
"valueCurrency": "PEN",
"valueCurrencyName": "Soles",
"tenderEndDate": "2026-08-19T00:00:00-05:00",
"enquiryStartDate": "2026-08-20T00:01:00-05:00",
"enquiryEndDate": "2026-08-24T23:59:00-05:00",
"items": [
{
"id": "21363124",
"description": "MANTENIMIENTO DEL SISTEMA DE RIEGO TECNIFICADO ...",
"quantity": 1,
"unit": "Servicio",
"cubsoCode": "7017170900360092",
"cubsoDescription": "SERVICIO DE MANTENIMIENTO DE SISTEMA DE RIEGO",
"unspscCode": "70171709",
"valueAmount": 197176.62
}
],
"itemCount": 1,
"numberOfTenderers": 11,
"awardCount": 1,
"awardTotalAmount": 197100,
"supplierNames": ["CONSORCIO POMACANCHA"],
"documentCount": 6,
"recordUrl": "https://contratacionesabiertas.oece.gob.pe/proceso/ocds-dgv273-seacev3-1247367",
"source": "SEACE Peru (OCDS/OECE)",
"observedAt": "2026-09-05T00:00:00.000Z",
"error": null,
"tenderers": [
{ "ruc": "1828207", "name": "CONSORCIO POMACANCHA" },
{ "ruc": "20605201416", "name": "ZARZOSA INVERSIONES E INGENIERIA E.I.R.L." }
],
"awards": [
{
"id": "1247367-1828207",
"date": "2026-09-03T00:00:00-05:00",
"valueAmount": 197100,
"valueCurrency": "PEN",
"suppliers": [{ "ruc": "1828207", "name": "CONSORCIO POMACANCHA" }]
}
],
"documents": [
{
"title": "Bases Administrativas",
"documentType": "biddingDocuments",
"format": "pdf",
"url": "https://prod1.seace.gob.pe/SeaceWeb-PRO/SdescargarArchivoAlfresco?fileCode=..."
}
]
}

How it compares

There is no other dedicated SEACE Peru actor on Apify. The closest option is a multi country aggregator. This actor is a strict superset for Peru: it accepts every Peru relevant filter they accept and returns the full native OCDS depth per process.

CapabilityThis actor (SEACE Peru)karmic_mastodon/licitaciones-latam
Peru dedicatedYes, native OCDSOne of 6 countries in a unified schema
Keyword filterYesYes
Date range filterYesYes
Method / modality filterYesYes
Entity name and RUC filterYesNo
Supplier name and RUC filterYesNo
Category and value band filterYesPartial
Stage filterYesNo
Direct OCID / tender id lookupYesNo
Bidders (postores) with RUCYesNo
Awards and suppliers with RUCYesPartial
Contracts and documentsYesNo
Items with CUBSO and UNSPSCYesNo
Entity address, phone, websiteYesNo
Opportunity scoring and alertsNoYes

If you need one score across many countries plus alerting, the aggregator is a good fit. If you need complete, accurate Peru data with buyer and supplier RUC, this actor gives you more.

Run via API and CLI

Run synchronously and get dataset items in one call. Replace <TOKEN> with your Apify API token.

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

Look up specific processes:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~seace-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"tenderIds":["1247367"]}'

Apify CLI:

$apify call scrapers_lat/seace-scraper --input '{"maxTenders":10}'

Fetch results as JSON, CSV or Excel by changing format:

$curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"

Billing and limits

  • Pay per result. Each process returned charges one result event. When withDetails is on (paying plans), each enriched process also charges one details event, only after the row is delivered.
  • No charge on failure. If a run errors it writes a single item with a populated error field and does not charge. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops delivering and charging further results and details.
  • Free Apify plans are capped at 10 results per run. Upgrade for more.
  • Coverage. Filtering scans the most recent processes (see maxPagesScan). For older or exact processes, use ocids or tenderIds for a direct lookup.

FAQ and troubleshooting

Is this official? No. It is an independent tool with no affiliation with SEACE, OSCE, OECE or the Peruvian government. It reads only public open data that OECE publishes.

Do I need an API key or account? No. You only need your Apify account to run the actor.

Where does the data come from? The official Peru Open Contracting (OCDS) open data published by OECE, derived from SEACE v1, v2 and v3.

A run returned 0 results. Your filters matched nothing in the scanned window. Loosen the filters, raise maxPagesScan, or use ocids / tenderIds for a direct lookup. Zero result runs are not charged.

Why is a supplier email or phone masked? For some parties the source only shows a placeholder such as a pointer to the supplier record. Those placeholders are returned as null.

Can I get bidders and awards? Yes. Turn on withDetails (paying plans) to get every bidder and awarded supplier with RUC, awards, contracts, all parties and document links.

What are CUBSO and UNSPSC? CUBSO is the Peru goods and services catalog code, UNSPSC is the international equivalent. Both are returned per line item when available.

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.


SEACE Peru Scraper de Contrataciones del Estado: Licitaciones, Adjudicaciones y Proveedores

Datos estructurados de contrataciones del SEACE Peru (Sistema Electronico de Contrataciones del Estado, a cargo de OSCE/OECE) en JSON, CSV o Excel limpio. Busca licitaciones, tenders, adjudicaciones y contratos del Estado peruano y, por cada proceso, obten la entidad contratante con RUC, el valor referencial y la moneda, las fechas clave, los items con codigos CUBSO / UNSPSC, cada postor y cada proveedor adjudicado con RUC, las adjudicaciones, los contratos y los enlaces a documentos. Pensado para inteligencia de proveedores, investigacion de mercado y competencia, deteccion de oportunidades y KYB de compradores y proveedores publicos del Peru.

Se apoya en los datos abiertos oficiales de Contrataciones Abiertas (OCDS) del Peru, por lo que los campos son estandarizados y completos. Sin API key, sin login, sin cuenta.

📥 Input · 📤 Output · 💰 Precios · ▶️ Ejemplos

Tabla de contenido

Que hace

El actor lee las contrataciones publicas del Peru publicadas por OECE (la autoridad de contrataciones, antes OSCE) como datos de Contrataciones Abiertas (OCDS) derivados de SEACE v1, v2 y v3. Puedes:

  • Buscar los procesos mas recientes por palabra clave, entidad, RUC de la entidad, proveedor, RUC del proveedor, metodo de contratacion, categoria, rango de valor, rango de fechas, año y etapa.
  • Consultar procesos especificos directamente por OCID o por id de proceso SEACE, sin escaneo.

Cada resultado es un proceso de contratacion con el comprador, el valor, las fechas, los items y el resumen de resultados. Activa el detalle completo para obtener tambien el grafo completo: cada postor y cada proveedor adjudicado con RUC, todas las adjudicaciones, los contratos, todas las partes con RUC y contacto, y todos los enlaces a documentos.

Para quien es

  • Proveedores y postores que siguen nuevas licitaciones en su rubro (CUBSO / UNSPSC) y estudian quien gana y a que precio.
  • Ventas y desarrollo de negocio que arman listas de compradores publicos y proveedores adjudicados con RUC.
  • Investigacion de mercado y competencia que mide volumenes de adjudicacion, precios y tasas de exito por entidad o proveedor.
  • Equipos de cumplimiento, KYB y debida diligencia que perfilan compradores y contratistas publicos peruanos.
  • Periodistas y analistas que estudian el gasto publico, la competencia y las alertas de integridad.

Inicio rapido

Abre el actor, pega esto en el input y presiona Run. Devuelve los 25 procesos mas recientes.

{
"maxTenders": 25
}

Filtra por palabra clave y categoria, por ejemplo procesos de ambulancias:

{
"descripcion": "ambulancia",
"categoria": "goods",
"maxTenders": 50,
"withDetails": true
}

Consulta procesos especificos directamente:

{
"tenderIds": ["1247367"],
"ocids": ["ocds-dgv273-seacev3-1247379"]
}

Referencia de entrada

CampoTipoDescripcion
descripcionstringPalabra clave en el titulo, la descripcion o los items (sin acentos).
entidadstringNombre de la entidad contratante (subcadena).
rucstringRUC de la entidad contratante.
proveedorstringNombre del proveedor o postor.
supplierRucstringRUC del proveedor o postor.
categoriaenumCategoria: works (Obra), goods (Bien), services (Servicio y Consultoria).
metodostringMetodo o tipo de proceso, por ejemplo Licitacion Publica, Adjudicacion Simplificada, Concurso Publico.
minValue / maxValueintegerBanda de valor referencial (normalmente en PEN).
fechaInicio / fechaFinstringRango de fecha de publicacion, dd/mm/yyyy o yyyy-mm-dd.
aniostringAño de publicacion, por ejemplo 2026.
estadoenumEtapa: planning, tender, award, contract.
ocidsarrayConsulta procesos por OCID (sin escaneo).
tenderIdsarrayConsulta procesos por id de proceso SEACE (sin escaneo).
withDetailsbooleanAgrega el grafo completo (postores, adjudicaciones, contratos, partes, documentos). Solo planes de pago. Por defecto true.
maxTendersintegerMaximo de procesos a devolver. Los planes gratuitos se limitan a 10. Por defecto 50.
maxPagesScanintegerAl filtrar, cuantas paginas de 20 procesos de lo mas reciente escanear. Por defecto 60.

Referencia de salida

Un item por proceso de contratacion. Los campos base siempre estan presentes. Los arreglos de detalle se agregan cuando withDetails esta activo (planes de pago). Los valores ausentes son null.

CampoTipoDescripcion
ocidstringId del proceso OCDS.
tenderIdstringId del proceso SEACE.
stagestringEtapa del proceso (Convocado, Adjudicado, Contrato).
tagsarrayEtiquetas de la version OCDS.
releaseDate / publishedDate / datePublishedstringFechas de la version y de la convocatoria.
titlestringNomenclatura o titulo corto.
descriptionstringDescripcion del objeto.
procurementMethodstringMetodo o tipo de proceso.
mainCategorystringworks, goods o services.
additionalCategoriesarrayCategorias OCDS adicionales.
entityNamestringEntidad contratante.
entityIdstringId OCDS/CONSUCODE de la entidad.
entityRucstringRUC de la entidad contratante.
entityDepartment / entityProvince / entityDistrictstringUbicacion de la entidad.
entityAddress / entityPhone / entityEmail / entityWebsitestringDatos de contacto de la entidad (cuando estan publicados).
valueAmount / valueCurrency / valueCurrencyNamenumber, stringValor referencial y moneda.
tenderStartDate / tenderEndDatestringPeriodo de la convocatoria.
enquiryStartDate / enquiryEndDate / enquiryDurationDaysstring, numberPeriodo de consultas.
budgetProject / budgetProjectId / budgetDescriptionstringProyecto de inversion y CUI cuando existen.
itemsarrayItems: id, descripcion, cantidad, unidad, estado, cubsoCode, cubsoDescription, unspscCode, unspscDescription, valor.
itemCountnumberNumero de items.
numberOfTenderersnumberNumero de postores.
awardCount / awardTotalAmountnumberNumero de adjudicaciones y monto adjudicado.
supplierNamesarrayNombres de proveedores adjudicados.
documentCountnumberDocumentos adjuntos a la convocatoria.
hasProtectedInformationbooleanSi el proceso esta protegido por ley.
recordUrlstringEnlace a la ficha del proceso en el portal OECE.
source / observedAtstringProcedencia y momento de la extraccion.
errorstringnull si fue exitoso.
tenderersarray(detalle) Cada postor con ruc y name.
awardsarray(detalle) Adjudicaciones: id, estado, fecha, valor, suppliers (con RUC), items.
contractsarray(detalle) Contratos: id, awardId, valor, dateSigned, periodo, documentos.
contractCountnumber(detalle) Numero de contratos.
suppliersarray(detalle) Proveedores adjudicados sin duplicados, con RUC.
partiesarray(detalle) Todas las partes: id, ruc, nombre, roles, ubicacion, direccion, telefono, email, web.
documentsarray(detalle) Documentos de la convocatoria con titulo, tipo, formato y URL de descarga.

Ejemplo de registro

Registro real del OCID ocds-dgv273-seacev3-1247367 con withDetails activo. Los arreglos estan recortados para lectura.

{
"ocid": "ocds-dgv273-seacev3-1247367",
"tenderId": "1247367",
"stage": "Adjudicado (Buena Pro)",
"title": "CP-ABR-10-2026-MPHI/C-1-1",
"procurementMethod": "Concurso Publico Abreviado",
"mainCategory": "services",
"entityName": "MUNICIPALIDAD PROVINCIAL DE HUARI",
"entityRuc": "20193046551",
"entityDepartment": "ANCASH",
"entityPhone": "043-453378",
"entityWebsite": "https://WWW.MUNIHUARI.GOB.PE",
"valueAmount": 197176.62,
"valueCurrency": "PEN",
"valueCurrencyName": "Soles",
"numberOfTenderers": 11,
"awardCount": 1,
"awardTotalAmount": 197100,
"supplierNames": ["CONSORCIO POMACANCHA"],
"recordUrl": "https://contratacionesabiertas.oece.gob.pe/proceso/ocds-dgv273-seacev3-1247367",
"source": "SEACE Peru (OCDS/OECE)",
"error": null,
"awards": [
{
"id": "1247367-1828207",
"date": "2026-09-03T00:00:00-05:00",
"valueAmount": 197100,
"suppliers": [{ "ruc": "1828207", "name": "CONSORCIO POMACANCHA" }]
}
]
}

Comparativa

No existe otro actor dedicado a SEACE Peru en Apify. La opcion mas cercana es un agregador multipais. Este actor es un superconjunto para el Peru: acepta todos los filtros relevantes que ellos aceptan y devuelve la profundidad nativa OCDS completa por proceso.

CapacidadEste actor (SEACE Peru)karmic_mastodon/licitaciones-latam
Dedicado al PeruSi, OCDS nativoUno de 6 paises en un esquema unificado
Filtro por palabra claveSiSi
Filtro por rango de fechasSiSi
Filtro por metodo o modalidadSiSi
Filtro por entidad y RUCSiNo
Filtro por proveedor y RUCSiNo
Filtro por categoria y banda de valorSiParcial
Filtro por etapaSiNo
Consulta directa por OCID o idSiNo
Postores con RUCSiNo
Adjudicaciones y proveedores con RUCSiParcial
Contratos y documentosSiNo
Items con CUBSO y UNSPSCSiNo
Direccion, telefono y web de la entidadSiNo
Puntaje de oportunidad y alertasNoSi

Si necesitas un puntaje unico entre muchos paises con alertas, el agregador es una buena opcion. Si necesitas datos del Peru completos y precisos con RUC de comprador y proveedor, este actor te da mas.

Uso por API y CLI

Ejecuta de forma sincrona y obten los items en una sola llamada. Reemplaza <TOKEN> con tu token de API de Apify.

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

Consulta procesos especificos:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~seace-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"tenderIds":["1247367"]}'

Apify CLI:

$apify call scrapers_lat/seace-scraper --input '{"maxTenders":10}'

Descarga los resultados como JSON, CSV o Excel cambiando format:

$curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"

Facturacion y limites

  • Pago por resultado. Cada proceso devuelto cobra un evento result. Con withDetails activo (planes de pago), cada proceso enriquecido cobra ademas un evento details, solo despues de entregar la fila.
  • Sin cobro por fallo. Si una ejecucion falla, escribe un unico item con el campo error y no cobra. Las ejecuciones vacias no cuestan.
  • Limite de gasto respetado. Define maxTotalChargeUsd en la ejecucion; al alcanzarlo, el actor deja de entregar y cobrar mas resultados y detalles.
  • Planes gratuitos de Apify se limitan a 10 resultados por ejecucion. Mejora tu plan para mas.
  • Cobertura. El filtrado escanea los procesos mas recientes (ver maxPagesScan). Para procesos antiguos o exactos, usa ocids o tenderIds para una consulta directa.

Preguntas frecuentes

Es oficial? No. Es una herramienta independiente sin afiliacion con SEACE, OSCE, OECE ni el gobierno peruano. Lee solo datos abiertos publicos que OECE publica.

Necesito API key o cuenta? No. Solo necesitas tu cuenta de Apify para ejecutar el actor.

De donde vienen los datos? De los datos abiertos oficiales de Contrataciones Abiertas (OCDS) del Peru publicados por OECE, derivados de SEACE v1, v2 y v3.

Una ejecucion devolvio 0 resultados. Tus filtros no coincidieron en la ventana escaneada. Afloja los filtros, sube maxPagesScan, o usa ocids / tenderIds para una consulta directa. Las ejecuciones con 0 resultados no se cobran.

Por que un email o telefono de proveedor aparece oculto? Para algunas partes la fuente solo muestra un texto de referencia a la ficha del proveedor. Esos textos se devuelven como null.

Puedo obtener postores y adjudicaciones? Si. Activa withDetails (planes de pago) para obtener cada postor y proveedor adjudicado con RUC, adjudicaciones, contratos, todas las partes y enlaces a documentos.

Que son CUBSO y UNSPSC? CUBSO es el catalogo peruano de bienes y servicios, UNSPSC es el equivalente internacional. Ambos se devuelven por item cuando estan disponibles.

Scrapers relacionados

Mas scrapers en scrapers.lat

Creado y mantenido por scrapers.lat, donde publicamos scrapers de plataformas publicas de EE. UU. y America Latina: registros de empresas, datos de gobierno, finanzas, comercio electronico y mas. Explora el catalogo o solicita un scraper a medida en scrapers.lat.


Herramienta independiente, sin afiliacion con SEACE, OSCE, OECE ni el gobierno del Peru. Accede solo a datos abiertos disponibles publicamente.