Discover/volza.com API
live

volza.com APIvolza.com

Search global import/export trade data from Volza.com. Retrieve HS codes with shipment counts, buyers, suppliers, and company profiles via 4 endpoints.

Endpoints
4
Updated
4mo ago
Try it
Product keyword to search (e.g. 'spices', 'electronics', 'telephones'). Must be non-empty.
api.parse.bot/scraper/266e4c1c-8c7f-4e92-aaa0-1b75f466f191/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/266e4c1c-8c7f-4e92-aaa0-1b75f466f191/search_product?query=garments' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for products by keyword and get related HS (Harmonized System) codes with trade shipment counts and descriptions. Returns a list of HS codes sorted by shipment volume. Some keywords may return no results if they don't match indexed product descriptions; try variations (e.g. 'telephones' instead of 'telephone').

Input
ParamTypeDescription
queryrequiredstringProduct keyword to search (e.g. 'spices', 'electronics', 'telephones'). Must be non-empty.
Response
{
  "type": "object",
  "fields": {
    "query": "string - the search query submitted",
    "hs_codes": "array of objects with hsn_code (string), total_shipments (string), and description (string)",
    "is_hs_code": "boolean - whether the query was interpreted as an HS code rather than a product name"
  },
  "sample": {
    "data": {
      "query": "spices",
      "hs_codes": [
        {
          "hsn_code": "0910",
          "description": "ginger, saffron, turmeric (curcuma), thyme, bay leaves, curry and other spices - ginger:",
          "total_shipments": "49056"
        },
        {
          "hsn_code": "2103",
          "description": "sauces and preparations therefor, mixed condiments and mixed seasonings; mustard flour and meal and prepared mustard",
          "total_shipments": "22425"
        }
      ],
      "is_hs_code": false
    },
    "status": "success"
  }
}

About the volza.com API

The Volza API exposes global trade data across 4 endpoints, letting you look up HS/HSN codes by product keyword, retrieve buyer and supplier lists for specific product categories, and pull company profile details. The search_product endpoint returns an array of HS codes ranked by total shipment volume, giving you an immediate picture of how a given product moves through international trade.

Product and HS Code Search

The search_product endpoint accepts a query string — a product keyword like 'spices', 'electronics', or 'telephones' — and returns a hs_codes array. Each element includes hsn_code, total_shipments, and description. Results are sorted by shipment volume, so the most-traded HS codes for a given product appear first. The response also includes an is_hs_code boolean indicating whether the API interpreted the query as a literal HS code rather than a product name. If a keyword returns no results, try broader or alternate product terms.

Buyers and Suppliers by HS Code

get_product_buyers and get_product_suppliers both take two required parameters: hsn (the HS/HSN code, e.g. '0910') and product (a product slug, e.g. 'spices'). Each returns a companies array. Use search_product first to identify the correct hsn and product slug, then pass those values into either endpoint to enumerate the buyers or suppliers trading under that product category.

Company Profiles

get_company_profile takes a slug parameter — for example, 'mtr-foods-private-limited-2588043' — and returns the company's name, url, and total_shipments count. Company slugs appear in the companies arrays returned by the buyer and supplier endpoints, making a natural traversal: search a product, get buyers or suppliers, then fetch profiles for specific companies of interest.

Common use cases
  • Build a supplier discovery tool that maps HS codes to manufacturers using get_product_suppliers.
  • Identify the largest buyers in a product category by querying get_product_buyers for a specific HSN code.
  • Enrich a B2B prospecting database with shipment volume data from get_company_profile.
  • Classify products into HS codes programmatically by running keywords through search_product and extracting hsn_code values.
  • Compare shipment volumes across competing HS codes for a product family using the total_shipments field.
  • Monitor which companies are active importers or exporters for a given commodity by iterating over the companies array from buyer/supplier endpoints.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Volza.com have an official developer API?+
Volza does not publish a documented public developer API. Access to their trade data is otherwise only available through their website's paid subscription plans.
What does `search_product` return when I pass an HS code as the query instead of a product name?+
The response includes the same hs_codes array, but the is_hs_code boolean is set to true, indicating the query was treated as a direct HS code lookup rather than a keyword search against product descriptions.
Does the API return detailed shipment records — dates, quantities, ports, or trade partners — for individual transactions?+
Not currently. The API returns aggregate shipment counts at the HS code and company level, not individual shipment-level records. Fields like origin/destination ports, shipment dates, and trade values are not part of any current endpoint response. You can fork this API on Parse and revise it to add endpoints targeting those detail pages if your use case requires transaction-level data.
Can I filter buyers or suppliers by country or region?+
The get_product_buyers and get_product_suppliers endpoints do not currently expose country filter parameters — they accept only hsn and product. You can fork this API on Parse and revise it to add country-scoped endpoints.
What should I do when `search_product` returns an empty `hs_codes` array?+
An empty result usually means the keyword doesn't match any indexed product description in Volza's dataset. Try a broader term, an alternate spelling, or a related product name. For example, 'telephone' may work where 'handset' does not.
Page content last updated . Spec covers 4 endpoints from volza.com.
Related APIs in B2b DirectorySee all →
globalsources.com API
Search Global Sources for products and suppliers, then fetch related product info and a supplier’s latest product listings using product IDs and organization IDs.
wcotradetools.org API
Quickly look up official HS 2022 product classifications, browse the complete hierarchy of sections, chapters, headings, and subheadings, and search for specific commodity codes used in international trade. Organize product data with standardized, normalized classification information perfect for inventory systems and customs documentation.
trademo.com API
Access comprehensive global trade data to search companies, find manufacturers by country, and review detailed trade profiles, sanctions lists, and politically exposed persons (PEP) lists. Monitor global trade indices and build a complete directory of international trading partners and compliance information.
wlw.at API
Search for products and suppliers on Austria's wlw.at B2B marketplace, then retrieve detailed company information including contact numbers, VAT IDs, and business details. Browse product categories and discover verified suppliers to streamline your procurement process.
tradestat.commerce.gov.in API
Analyze India's trade patterns by searching export-import data across commodities, countries, and regions using HS codes and historical records. Track bilateral trade flows and commodity-wise statistics to understand market trends and make informed trade decisions.
beta.trademap.org API
Analyze international trade patterns by accessing comprehensive goods and services trade statistics, time series data, and trade indicators across countries and product classifications. Track trade flows using standardized HS and EBOPS product codes to compare performance metrics and coverage across different markets and time periods.
wlw.de API
Search for B2B suppliers and manufacturers on wlw.de, view detailed company profiles with contact information and product catalogs, and discover featured businesses and products. Find the right industrial suppliers and vendors quickly by browsing company details and product listings across Germany's largest B2B marketplace.
cos.com API
Search and browse COS fashion products by name or category to instantly access pricing, product images, and direct links to items. Retrieve detailed information about specific products including descriptions, availability, and pricing to compare styles and make informed shopping decisions.