Scrapers.lat logo scrapers.lat
商业

Paraguay Customs Import/Export Records Scraper

Extract shipment-level Paraguay customs import and export records from the official DNA open-data portal by year and month.

44 每条记录的字段 JSON · CSV · Excel · API 按用量付费
paraguay-customs-scraper.json 200 OK
{
  "operation": "IMPORTACION",
  "dispatchId": "26DA000000018181",
  "itemNumber": 1,
  "regimeCode": "DAAB",
  "regime": "INGRESO A DEPOSITO PARA APROVISIONAMIENTO DE A…",
  "customsOffice": "CHACOI",
  "officializationDate": "2024-06-05",
  "clearanceDate": "2026-01-16",
  "year": "2026"
}
你会得到什么

每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。

  • 每个结果对应一条干净记录,已去重并规范化
  • JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
  • 在云端按用量付费,无需安装或维护
返回的字段
OperationDispatch IdItem NumberRegime CodeRegimeCustoms OfficeOfficialization DateClearance DateYearMonthTransport ModeChannelUsd Guarani RateHs Code
示例输出

一条真实的示例记录,正是你收到的结构。

OperationDispatch IdItem NumberRegime Code
IMPORTACION26DA0000000181811DAAB
IMPORTACION26DA0000000181811DAAB
IMPORTACION26DA0000000181811DAAB
GET /paraguay-customs-scraper
{
  "operation": "IMPORTACION",
  "dispatchId": "26DA000000018181",
  "itemNumber": 1,
  "regimeCode": "DAAB",
  "regime": "INGRESO A DEPOSITO PARA APROVISIONAMIENTO DE A…",
  "customsOffice": "CHACOI",
  "officializationDate": "2024-06-05",
  "clearanceDate": "2026-01-16",
  "year": "2026"
}

常见问题

What years and months of Paraguay customs data are available?

The DNA open-data portal publishes one dataset per month from January 1997 through the most recent closed month. You pick the year and month in the input, and the scraper reads that exact dataset.

How many records can I get from a single month?

A single month can hold hundreds of thousands of tariff lines, so always set Max Items. The scraper streams the dataset and stops as soon as your limit is reached, so small pulls finish quickly even though the source files are very large.

Can I filter by product, country or operation type?

Yes. You can keep only imports or only exports, filter by an HS / NCM code prefix (a 2-digit chapter, a 4-digit heading or a longer code), filter by country of origin or destination, and filter by a merchandise keyword such as SOJA or NEUMATICOS.

Does the data include the importer or exporter company name?

No. The DNA open-data files identify each operation only by a ciphered dispatch id, not by company name, so the scraper returns the dispatch id rather than inventing a name. Every other shipment detail, including product, country, value and taxes, is present.

What happens if no data exists for the year and month I pick?

The scraper returns a single record with an error message explaining the dataset was not available, instead of failing silently, so you can adjust the year or month and run again.

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。