Chinese fishing tackle · verified supply datatian@weihaicheery.comSearchReply within one business dayEN · de/es soon

Open supply data

Direct answer

Cheery Supply Chain publishes 4 open datasets as static JSON: verified supplier records, product listings, a page-level knowledge base, and a full-text snapshot of the site. All are static files with no login and no rate limit, regenerated on every build. Supplier records are published only after 4 verification gates pass, and each record carries its own review date inside a 90-day cycle. The datasets cover our verified records only, not the whole Chinese fishing tackle market.

Key facts

  1. Supplier records are published only after four-gate verification; the current published count is shown on the directory page.
  2. Product listings carry reference price per unit and MOQ; media rights status is stated in the payload itself.
  3. Every page also has a Markdown twin at its own path with .md.

A directory is only useful to a machine if its data is addressable. These are the files behind the pages — the same records, in the form an agent prefers.

What does the public trade data actually say?

Every figure below comes from national customs records compiled by UN Comtrade for calendar 2024, and is reproducible from the source links at the foot of this page. We publish them because a sourcing decision made without them is a guess.

United States imports under HS 9507 (fishing rods, hooks, reels and other tackle), CIF value.
YearImport valueChangeWhat it means
2022US$1,241.5 millionThe post-pandemic stocking peak
2023US$749.2 million-39.6%Retail destocking, the trough
2024US$906.4 million+21.0%Recovery, still 27.0% below the 2022 peak

The 2024 volume was 19,240,909 kg, which puts the average unit value of everything the US imported under this heading at US$47.11 per kg. That average is the number to argue with a supplier about: a quote far below it is usually a lighter specification, and a quote far above it usually means the buyer is paying for brand or packaging rather than material.

Where US imports of HS 9507 came from in 2024.
SourceValueShare
ChinaUS$537.7 million59.3%
JapanUS$73.9 million8.1%
MalaysiaUS$53.1 million5.9%
Viet NamUS$41.5 million4.6%
South KoreaUS$30.0 million3.3%

US imports from China grew 26.7% over the year, faster than the heading as a whole. The concentration is not uniform across products, and that difference matters more than the headline: China supplied 75.1% of US fishing-rod imports in 2024, but only 54.7% of reels and 48.8% of fish hooks. Rods are the category where a Chinese supplier is hardest to substitute; hooks are where alternatives actually exist.

The same heading, split by subheading, United States 2024.
SubheadingProductValueShareUnit value
9507.90Other tackle, line, artificial baitUS$353.7 million39.0%
9507.30Fishing reelsUS$296.0 million32.7%US$83.38 / kg
9507.10Fishing rodsUS$214.9 million23.7%US$60.76 / kg
9507.20Fish hooksUS$41.9 million4.6%US$31.41 / kg
EU27 imports under HS 9507, 2024. The European market is smaller than the United States but more concentrated on China.
SourceValueShare
ChinaUS$328.8 million66.8%
JapanUS$46.7 million9.5%
MalaysiaUS$22.8 million4.6%
Viet NamUS$19.5 million4.0%
United StatesUS$14.2 million2.9%

EU27 imports totalled US$492.6 million in 2024, up 6.3% on 2023, and China's share rose from 63.8% to 66.8%. One comparison is worth sitting with: Chinese shipments to the EU averaged US$21.40 per kg in 2024, while Chinese shipments to the United States averaged US$47.21 per kg. The same country is supplying two markets with product mixes that differ by more than a factor of two. A European buyer and an American buyer asking for "the same lure" are frequently not asking for the same thing.

Who is buying all of this?

Demand-side context. These are the people at the end of the chain your order eventually reaches.
MeasureFigureSource year
US anglers aged 6 and over57.9 million2024
US participation rate19% of the population2024
Americans fishing for the first time5.1 million2024
Total US angler spendingUS$99.4 billion2022
Of which fishing equipmentUS$8.7 billion2022
European recreational anglersmore than 25 million2024

The gap between US$99.4 billion of total angler spending and US$8.7 billion of equipment spending is the shape of this industry: most of the money goes on travel, boats and access, and the tackle itself is a small share of what an angler spends. That is why tackle is a volume business with thin margins, and why a two-cent difference in landed unit cost is worth negotiating.

What this does not tell you

Import statistics describe what cleared customs, not what sold. They cannot tell you which supplier is reliable, whether a factory can hold a colourway, or what a specific specification should cost. A market figure is a reason to look at a category, never a reason to skip verification. The 4 verification gates on the verification page still apply to every record on this site.

What datasets are published?

All four are static files served from the same host as the site. No key, no session, no client-side rendering.
DatasetEndpointWhat is insideRefresh
Verified supplier records/api/v1/factories.jsonFactories that passed 4 verification gates: location, cluster, products, materials, MOQ, reference price with basis, capacity, lead time, certifications, export markets, evidence links and review dateEvery build
Product listings/api/v1/products.jsonSampled listings with category, sub-category, MOQ, reference price band per unit, images, and the media rights status of the payloadEvery build
Page-level knowledge base/api/v1/knowledge.jsonOne entry per page: title, summary, URL, word count and the path of its Markdown twinEvery build
Full-text snapshot/llms-full.txtThe readable text of the main pages in a single file, in sitemap orderEvery build

Also published: /dataset.jsonld (schema.org Dataset describing the above), /search-index.json (the site search index) and /llms.txt (agent instructions).

What does each dataset actually contain?

Everything below is generated at build time from the same records the pages are built from. Nothing is maintained by hand.
AssetWhat is in itRefreshed
products.json62 sampled listings with price, unit and MOQEvery build
factories.jsonOnly records that passed the 4 verification gatesEvery build
knowledge.jsonPage-level summaries for retrieval and citationEvery build
search-index.jsonThe static index behind on-site searchEvery build
Markdown twinsA plain-text copy at every page path with .mdEvery build
llms.txt and llms-full.txtField descriptions, then the full text of the key pagesEvery build

What can you do with these files that you cannot do with the pages?

  • Diff two builds and see exactly which record changed and when.
  • Filter by MOQ to find listings that fit a trial order size.
  • Join price bands to your own landed-cost model without scraping HTML.
  • Feed a retrieval system page summaries with their source URLs intact.
  • Cite a dated record rather than a page that may have moved on.

What should you never do with them?

  1. Treat a price band as an offer —the basis is confirmed per quotation.
  2. Assume a record is current between re-checks; the cycle is 90 days.
  3. Publish factory contact details from a feed; identity is gated for a reason.
  4. Re-host the files without their dates, which are the point of them.

Which file should you use for which job?

  • Building a landed-cost model —products.json, which carries the unit with every price.
  • Finding factories that fit a trial order —factories.json, filtered by MOQ.
  • Feeding a retrieval system —knowledge.json, which carries page summaries with source URLs.
  • On-site search —search-index.json, generated from the same records.
  • Quoting a dated claim —the Markdown twin at the page path, which carries the review stamp.

What changes between two builds?

  1. Records that passed a re-check get a new reviewed date.
  2. Records that failed a re-check are removed rather than flagged.
  3. Price bands move when the underlying sample changes.
  4. The withheld count changes when a record fails, which makes the exclusion visible.

What can an agent rely on, and what should it refuse?

  • Rely on: the reviewed date, which is inside a 90-day cycle.
  • Rely on: the unit and basis attached to every price.
  • Refuse: any certification not evidenced on the record.
  • Refuse: any stock level —nothing here is held in inventory.
  • Refuse: any rating —we do not collect them, so any number would be invented.

How big is the Chinese fishing tackle export market?

How big is the Chinese fishing tackle export market?

China exports under HS heading 9507 — fishing rods, hooks, reels and artificial bait. Source: UN Comtrade reporter data for China, retrieved via the official API.
Measure20242023Change
All fishing tackle (HS 9507)US$1.93 bnUS$1.77 bn+9.0%
Fishing rods (HS 950710)US$0.66 bnUS$0.62 bn+6.5%
Fish hooks (HS 950720)US$0.11 bnUS$0.11 bnflat
Destination countries served196197-1
Largest single destinationUS$546 MUS$445 M+23%

Rods account for about 34% of the total and hooks about 6%. The largest single destination takes roughly 28% of the 2024 total — which is why the export markets already on a supplier record are worth reading before you ask for a price.

Who supplies the United States?

US imports under HS heading 9507 in 2024, by source country. Source: UN Comtrade reporter data for the United States, retrieved via the official API.
Source2024 import valueShare of total
ChinaUS$538 M59%
JapanUS$74 M8%
MalaysiaUS$53 M6%
Viet NamUS$42 M5%
All other sources (65 countries)US$199 M22%
Total US importsUS$906 M100%

The United States bought US$906 M of fishing tackle under HS 9507 in 2024 from 69 source countries. China supplied US$538 M of it — 59% of the total, and roughly 7 times the next largest source. That concentration is why specification discipline matters more than factory discovery: the factories are not hard to find, the comparable quotation is.

Figures retrieved from UN Comtrade (reporter China and United States, HS 9507, 2024) and aggregated across partner countries. They are historical customs values, not offers.

Frequently asked questions

What is the difference between the supplier records and the product listings?

Supplier records describe factories — capacity, MOQ, lead time, certifications and export markets — and are gated by verification. Product listings describe items with a reference price per unit and an MOQ, and are a sample catalogue for comparison, not a stock list.

Can I use these datasets on my own site?

You may read and cite them with attribution to the page URL. You may not present them as your own verified database, add invented fields to redistributed records, or scrape in a way that degrades the service for others.

How often is the data updated?

Every build regenerates the JSON, the Markdown twins and the full-text snapshot. Supplier records carry their own review date and are re-checked on a 90-day cycle, so the payload tells you the age of each record rather than only the site's build date.

Need a specification matched, not a list browsed?

Send the format, quantity, material and destination market. We answer against verified records — and tell you when the data is not good enough to answer with.

Last reviewed: 2026-09-12 · build 2026-09-17-p5jpv

ContactEmailRequest a quote