VOOZH about

URL: https://apify.com/fascinating_lentil/tradeindia-b2b-supplier-scraper

⇱ TradeIndia B2B Supplier Scraper Β· Apify


Pricing

from $3.00 / 1,000 supplier scrapeds

Go to Apify Store

TradeIndia B2B Supplier Scraper

Scrape TradeIndia supplier and product listings with company names, business type, location, price, MOQ, trust flags, website, product URL, and supplier URL. No login or API key required.

Pricing

from $3.00 / 1,000 supplier scrapeds

Rating

0.0

(0)

Developer

πŸ‘ Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

TradeIndia B2B Supplier Scraper - Suppliers, Products, Prices & MOQ

Scrape public TradeIndia supplier and product listings by keyword, with company names, business type, location, price, MOQ, trust flags, website, and product URLs. Export clean data to JSON, CSV, Excel, or HTML, or pull it via the Apify API. No login and no API key required.

Built with Node.js 20, TypeScript, and the Apify SDK using native fetch. The Actor reads TradeIndia's embedded search data (__NEXT_DATA__) instead of fragile DOM scraping, with retries and resilient extraction so runs are reliable and repeatable.

For a low-cost first run, use the default sample input: led light, 10 supplier/product records, and no proxy unless needed.

What it extracts

  • Product name, description, image, product URL, and TradeIndia product ID
  • Supplier name, supplier profile URL, supplier website, and supplier ID
  • Business type such as Manufacturer, Supplier, Exporter, Distributor, or Trader
  • City, state, and country
  • Price, currency, MOQ, unit of measure, and unit of price
  • Stock status and supplier membership age where available
  • Trusted seller, premium seller, and Made in India flags
  • Product specification and trade information summaries
  • Search query used and scrape timestamp

The Actor does not extract hidden phone numbers, emails, or private contact details.

Use cases

  1. B2B supplier discovery for exporters, wholesalers, and procurement teams
  2. Vendor shortlisting for product sourcing
  3. Supplier monitoring across product categories
  4. India manufacturing and trade market research
  5. Sales prospecting and CRM enrichment workflows

Pricing and usage

This Actor uses Apify Pay Per Event pricing. You pay only for clean records delivered to the dataset. Failed, blocked, or empty results are not billed as supplier records.

Event namePrice per event1,000 results10,000 results
supplier-scraped$0.003$3.00$30.00

Supplier/product rows are charged only when clean records are saved. Depending on the active Store pricing configuration, platform usage such as compute and proxy traffic may also be billed by Apify.

Cost-control tips:

  • Start with one keyword and maxResults: 10.
  • Leave proxy disabled unless TradeIndia rate limits or blocks the run.
  • Add location, trust, or business-type filters only after the first run confirms the output fits your use case.
  • Use the run's maximum cost setting if you want a strict spending cap.

Input

FieldTypeRequiredDefaultDescription
keywordsarrayyes["led light"]Product or service keywords to search on TradeIndia.
citystringnoemptyOptional exact city filter applied to parsed records.
statestringnoemptyOptional exact state filter applied to parsed records.
businessTypesarrayno[]Optional filters such as Manufacturer, Supplier, Exporter, Distributor, Trader, or Service Provider.
trustedOnlybooleannofalseKeep only records marked trusted by TradeIndia.
madeInIndiaOnlybooleannofalseKeep only records marked Made in India.
maxResultsintegeryes10Maximum unique supplier/product records to save.
proxyConfigurationobjectnodisabledApify proxy settings. Enable only if TradeIndia rate limits a run.

Example input

{
"keywords":["led light"],
"maxResults":10,
"proxyConfiguration":{
"useApifyProxy":false
}
}

Filtered by location and trust

{
"keywords":["industrial conveyor"],
"state":"Karnataka",
"trustedOnly":true,
"madeInIndiaOnly":true,
"maxResults":25
}

How to scrape TradeIndia suppliers

  1. Click Try for free or Run.
  2. Enter one or more product keywords.
  3. Optionally add exact city, state, business type, trusted seller, or Made in India filters.
  4. Set maxResults small for the first run.
  5. Run the Actor and export the dataset as CSV, JSON, Excel, or through the Apify API.

Sample output

{
"source":"tradeindia",
"searchQuery":"led light",
"productId":"6823179",
"productName":"Solar LED Street Light",
"productDescription":"Solar LED Street Light listing from TradeIndia",
"supplierId":"example-supplier-id",
"supplierName":"Zaral Electricals",
"businessType":"Manufacturer | Supplier",
"city":"Vadodara",
"state":"Gujarat",
"country":"India",
"price":2800,
"priceDisplay":"2,800 INR (Approx.)",
"currency":"INR",
"minimumOrderQuantity":"10",
"unitOfMeasure":null,
"unitOfPrice":null,
"inStock":null,
"madeInIndia":null,
"trustedSeller":null,
"premiumSeller":null,
"memberSinceYears":null,
"specificationsSummary":null,
"tradeInfoSummary":null,
"imageUrl":"https://cpimg.tistatic.com/example/solar-led-street-light.jpg",
"supplierWebsite":"http://www.zaralelectricals.in/",
"supplierUrl":"https://www.tradeindia.com/example-supplier/",
"productUrl":"https://www.tradeindia.com/products/solar-led-street-light-c6823179.html",
"scrapedAt":"2026-06-20T12:06:43.000Z"
}

API example

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const run =await client.actor('tradeindia-b2b-supplier-scraper').call({
keywords:['led light'],
maxResults:10,
});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(`Got ${items.length} suppliers`);

How it works

  1. Validates input and builds TradeIndia search URLs for each keyword.
  2. Fetches search result pages with retries and reads embedded listing data.
  3. Extracts and cleans supplier and product fields, including specs and trade information.
  4. Applies optional city, state, business type, trusted, and Made in India filters, then deduplicates.
  5. Saves each clean record and charges supplier-scraped atomically, then stops further requests when the user's charge limit is reached.

Known limits

  • Some fields are conditional: supplierWebsite, madeInIndia, MOQ, and unit fields are only saved when the supplier publishes them.
  • City/state filters use exact matching against the parsed location text.
  • TradeIndia page structure may change over time. If a run returns no results, try broader keywords, reduce filters, or enable Apify Proxy.

Responsible use

This Actor is intended for lawful collection of publicly available information only. Users are responsible for ensuring their use complies with the source website's terms, robots.txt, applicable privacy laws, including India's DPDP Act, and all local regulations.

Do not use this Actor to collect, store, sell, or misuse personal data without a lawful basis. The Actor author is not responsible for misuse by end users.

License

Apache-2.0. See LICENSE.

You might also like

Tradeindia Seller Scraper

scrapeai/tradeindia-seller-scraper

Advanced TradeIndia seller category scraper that collects product and seller data via TradeIndia APIs. Scrape by category URL to get product name, price, company details, location, and seller flagsβ€”ideal for B2B lead generation, market research, and business insights.

TradeIndia Supplier Scraper

codingfrontend/tradeindia-supplier-scraper

Scrapes manufacturers, suppliers, exporters, and company contact information from TradeIndia.com. Supports category search, keyword search, and direct company URL scraping.

πŸ‘ User avatar

Coding Frontned

2

TradeIndia Scraper - B2B Suppliers, Prices, Email & Phone

haketa/tradeindia-scraper

TradeIndia scraper & API: find Indian B2B suppliers & products by keyword and export company name, product, price, contact email & phone, city, business type and profile URL. India sourcing, manufacturer & supplier discovery and B2B lead generation β€” fast, no login.

TradeIndia Product Scraper πŸ›οΈ

easyapi/tradeindia-product-scraper

Scrape product listings from TradeIndia.com - Extract detailed product information, company details, pricing, and business metrics. Perfect for market research, competitor analysis, and lead generation in the B2B space.

TradeIndia Product Scraper

codingfrontend/tradeindia-product-scraper

Extracts product catalogs, pricing, MOQ (Minimum Order Quantity), specifications, and seller details from TradeIndia product listings.

πŸ‘ User avatar

Coding Frontned

2

Global Sources Supplier Scraper

xtracto/globalsources-supplier-scraper

Search Global Sources by keyword and extract verified supplier and product listings β€” company name, product title, price, MOQ, location, image, and profile URL. Requires a residential proxy.

πŸ‘ User avatar

Farhan Febrian Nauval

2

Alibaba Company / Supplier Scraper

xtracto/alibaba-company-scraper

Extract supplier profile, trust signals, and contact info from any alibaba.com supplier subdomain.

πŸ‘ User avatar

Farhan Febrian Nauval

11

TradeIndia Scraper - B2B Suppliers, Manufacturers & Leads

scrapesage/tradeindia-scraper

Scrape TradeIndia B2B suppliers, manufacturers & products: company leads (GST, owner, address, geo, website, turnover, employees), specs, prices & MOQ, plus email/phone enrichment and monitoring. No login, no browser.

Alibaba Listings Scraper

scraper-engine/alibaba-listings-scraper

Find and analyze supplier products with the Alibaba Listings Scraper. Extract product titles, prices, supplier names, ratings, and listing links automatically. Great for sourcing research, supplier discovery, and competitive product tracking.

πŸ‘ User avatar

Scraper Engine

2