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.
{ "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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Operation | Dispatch Id | Item Number | Regime Code |
|---|---|---|---|
| IMPORTACION | 26DA000000018181 | 1 | DAAB |
| IMPORTACION | 26DA000000018181 | 1 | DAAB |
| IMPORTACION | 26DA000000018181 | 1 | DAAB |
{ "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.