ImportYeti Scraper
Pricing
from $30.00 / 1,000 results
ImportYeti Scraper
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.
Pricing
from $30.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
4
Bookmarked
222
Total users
20
Monthly active users
2 days ago
Last modified
Categories
Share
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
- Create a free Apify account with $5 in credit.
- Open the ImportYeti Scraper.
- Set your inputs and any filters, then click Start.
- 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.
