ParseForge Scrapers

ImportYeti Scraper

parseforge/importyeti-scraper

AutomationDeveloper toolsLead generation

Scrapes supplier and company profiles from ImportYeti search results. Filter by location, shipment recency, total shipments, or industry and export each result as a flat row.

Run this scraper See the API call
Total users
227
Monthly active
15
Total runs
9.1K
Bookmarked
4
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

ImportYeti Scraper

Scrape US import records and supplier profiles from ImportYeti by search query, location, or industry, up to a million per run. Every result includes shipment totals, recent activity, and contact data. No login or API key. Export to CSV, JSON, Excel, or XML.

ImportYeti publishes millions of US customs bills of lading, making it a direct window into global supply chains. The official site has no API, so manual lookups are slow and bulk research is impossible. This Actor reads the public search results directly, filters by location, shipment recency, total shipments, or industry, and returns each match in one fixed schema.

Who uses it What they scrape ImportYeti for
Sourcing managers Find active suppliers for a product category in a specific country.
Market researchers Map trade volumes and shipping lanes for an industry segment.
Logistics analysts Identify carriers and freight forwarders moving goods for a known shipper.
Sales teams Build lead lists of companies that import a particular commodity.

What it does

This Actor collects supplier and company profiles from ImportYeti search results and returns each one as a flat row.

  • ๐Ÿ” Search-driven: feed it a product, company name, or keyword and get every matching supplier.
  • ๐Ÿ“ Location filter: narrow results to a city, state, or country like 'new york' or 'california'.
  • ๐Ÿ“ฆ Shipment recency: keep only suppliers with a shipment in the last 6 months, 1 year, or 2 years.
  • ๐Ÿ”ข Volume threshold: set a minimum total shipment count to focus on established traders.
  • ๐Ÿญ Industry targeting: filter by ImportYeti's industry ID to isolate a vertical.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with ImportYeti data

๐Ÿ“‹ Vet a new supplier.

A sourcing manager searches a factory name, filters for shipments in the last year, and checks total volume before requesting a quote.

๐ŸŒ Map a trade lane.

A logistics analyst searches a product keyword, sets the location to 'vietnam', and exports all active shippers to model port-to-port flows.

๐Ÿ“Š Size a market.

A market researcher searches an HS-code-related term, sets a minimum shipment count, and tallies suppliers by country to estimate supply concentration.

๐Ÿ“ˆ Build a lead list.

A sales team searches a raw material, filters for companies in 'california' with recent shipments, and loads the contact data into their CRM.

Why choose this scraper

What you get
No API needed Reads the public ImportYeti search pages directly.
Flexible filters Combine location, recency, volume, and industry in one run.
Flat output Every supplier lands as a single row in CSV, JSON, Excel, or XML.
Scalable Collect up to a million suppliers per run.

How it compares

This Actor focuses on supplier and company profile search with location, recency, and volume filters. The competitors below also scrape ImportYeti but emphasize different data slices.

Feature ParseForge ImportYeti Scraper - US Import Records & Supplier Data US Customs Records & Import Trade Data - ImportYeti
Supplier profile search Yes, with location, recency, and volume filters Yes Not listed
Detailed shipment records Not listed Yes Yes
Bill of lading numbers Not listed Yes Yes
HS code rollups Not listed Yes Yes
Location filter Yes Not listed Not listed
Most recent shipment filter Yes Not listed Not listed

Configure the run

Drive the Actor from a search query, and optionally narrow results by location, most recent shipment, minimum total shipments, or industry ID. Filters run as each result is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "q": "game",
 "maxItems": 10
}

A larger pull:

{
 "q": "game",
 "maxItems": 200
}

Pricing

Pay-per-result: $0.035 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $3.50
1,000 results $35.00
10,000 results $350.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the ImportYeti Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to ImportYeti through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/importyeti-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Your search query or filters may be too restrictive. Try a broader keyword, remove the location filter, or lower the minimum shipment count.

The run stops before reaching my maxItems.

ImportYeti may not have more results for your query. Try a different search term or relax your filters to widen the pool.

Some supplier fields are empty in the output.

ImportYeti search cards show a summary. If a field is missing on the site, it will be empty in your dataset.

The Actor is running slowly.

Large maxItems values take time. Reduce the count or narrow your filters to speed up the run.

FAQ

Question Answer
Do I need an ImportYeti account or API key? No. The Actor reads the public search pages that are accessible without a login.
What data does each result row contain? Each row includes the supplier name, location, total shipments, most recent shipment date, and other profile fields visible on ImportYeti search result cards.
Can I search by HS code? The search query field accepts any text. Enter an HS code or product description to find suppliers associated with that commodity.
How do I filter by country? Use the 'Country or location' input. You can enter a country name, state, or city like 'china', 'california', or 'shenzhen'.
What does 'Most Recent Shipment' filter do? It keeps only suppliers whose latest shipment falls within the timeframe you specify, such as '6mo' for six months or '1y' for one year.
How many suppliers can I collect in one run? You can set the maximum up to 1,000,000. The Actor will stop when it reaches that count or exhausts the search results.
Can I get the full shipment history for a supplier? This Actor returns the supplier profile summary from the search listing. For detailed shipment records, pair it with a bill-of-lading scraper.
What export formats are supported? Your dataset can be downloaded as CSV, JSON, Excel, or XML from the Apify run tab.
Is this legal? The Actor accesses publicly available data. You are responsible for complying with ImportYeti's terms of service and applicable laws.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by ImportYeti. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
q required string Search term to find suppliers or companies game
type string (2 options) Filter by supplier or company type not set
location string Filter by location (e.g., 'new york', 'california') not set
mostrecentshipment string Filter by most recent shipment timeframe (e.g., '6mo', '1y', '2y') not set
shipmentstotal integer Filter by minimum total shipments not set
industry integer Filter by industry ID not set
maxItems integer How many suppliers to collect per run. 10

Pricing

from $30.00 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). $0.00005
result Single result in the default dataset. $0.03 to $0.035

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~importyeti-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run ImportYeti Scraper on Apify All scrapers