TradeIndia Sellers & Products Scraper avatar

TradeIndia Sellers & Products Scraper

Pricing

from $2.50 / 1,000 results

Go to Apify Store
TradeIndia Sellers & Products Scraper

TradeIndia Sellers & Products Scraper

[πŸ’° $2.5 / 1K] Extract products and sellers from TradeIndia, India's B2B marketplace. Scrape any category or seller page, or search by keyword. Each product includes name, price, MOQ, specs, and images, plus the seller's company, location, business type, and trust badges.

Pricing

from $2.50 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

Pull product catalogs and supplier profiles from TradeIndia β€” India's largest B2B marketplace β€” and get one clean, flat row per product with the selling company's details, trade terms, and trust signals already attached. Feed it a category URL, a seller page, or a plain keyword, and it walks the entire listing feed for you. Built for B2B sourcing teams, lead-generation agencies, and procurement managers who need verified Indian supplier data without browsing thousands of catalog pages by hand.

Why This Scraper?

  • ~35 fields per product in one flat row β€” product details and the selling company's profile are denormalized into every row, so each result is a complete supplier lead with no joining or lookups required.
  • Full B2B trade terms on every product β€” minimum order quantity (MOQ), supply ability, delivery time, and packaging details, the exact figures procurement teams need to qualify a supplier.
  • Business-type classification flags β€” each seller is tagged Manufacturer, Supplier, Exporter, Distributor, and Trader as five separate boolean flags, so you can isolate factory-direct manufacturers from resellers in one filter.
  • Trust and reputation signals β€” Super Seller, Premium Seller, and Trust Stamp badges plus buyer-feedback count and response rate, for ranking suppliers by credibility before you reach out.
  • Whole-category extraction β€” walks the listing feed end to end, pulling hundreds to thousands of products from a single category (one observed category held 498 products) instead of stopping at the first page.
  • Keyword search built in β€” type "industrial valves" or "cotton t-shirts" and skip hunting for the exact category URL; results come back in the same flat schema.
  • Multiple URLs and terms per run β€” queue any mix of category URLs, seller pages, and search keywords in a single run, each with its own result cap.
  • Company location on every row β€” city, state, country, and established year for territory mapping and regional supplier discovery across India.
  • Per-product specifications captured β€” the product spec table (material, grade, packaging size, and similar key-values) is parsed into a structured object, not flattened into one blob.
  • Lean export toggle β€” switch off seller details for a compact product-only feed when you only need names, prices, and MOQ.

Use Cases

Supplier Discovery & Lead Generation

  • Build targeted lists of Indian manufacturers in a product category, filtered to factory-direct suppliers via the Manufacturer flag.
  • Capture company name, city, state, and seller profile URL for every product as a ready-to-import lead record.
  • Rank prospects by Super Seller, Premium Seller, and Trust Stamp badges before outreach.

Procurement & Sourcing

  • Compare minimum order quantity, supply ability, and delivery time across competing suppliers for the same item.
  • Shortlist vendors by certifications and established year to de-risk a new sourcing relationship.
  • Pull packaging details and product specifications to confirm a supplier matches your spec before requesting a quote.

Competitive Pricing Intelligence

  • Track listed prices and MOQ across a whole category to benchmark your own quotes.
  • Monitor how many suppliers list a given product and at what price points.
  • Spot pricing gaps and underserved niches in a product category.

Market Research

  • Map the supplier landscape of an industry by city and state across India.
  • Measure the manufacturer-versus-distributor mix in a category.
  • Analyze buyer-feedback counts and response rates to gauge market activity.

Getting Started

Search by keyword

{
"searchTerms": ["industrial valves"]
}

Scrape a full category

{
"startUrls": ["https://www.tradeindia.com/seller/health-beauty/pediatric-medicines/"],
"maxResults": 0
}

Multiple inputs with a lean export

{
"startUrls": [
"https://www.tradeindia.com/seller/health-beauty/pediatric-medicines/",
"https://www.tradeindia.com/seller/industrial-supplies/industrial-valves/"
],
"searchTerms": ["cotton t-shirts"],
"maxResults": 500,
"includeSellerDetails": false
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
startUrlsarray["https://www.tradeindia.com/seller/health-beauty/pediatric-medicines/"]One or more TradeIndia category or seller page URLs. Each URL is scraped in turn.
searchTermsarray[]Optional product keywords to search on TradeIndia, e.g. "industrial valves" or "cotton t-shirts". Use this when you do not have a specific page URL in mind.

Options

ParameterTypeDefaultDescription
maxResultsinteger100Maximum number of products to collect from each URL or search term. Set to 0 to collect all available results.
includeSellerDetailsbooleantrueInclude extended company information for each seller, such as business type, established year, certifications, and trust badges. Turn off for a leaner, product-only export.

Output

Each result is one product as a flat row, with the selling company's details attached.

{
"productId": "123456789",
"productName": "Pediatric Multivitamin Syrup 100ml",
"productDescription": "Sugar-free pediatric multivitamin syrup for daily nutritional support.",
"productUrl": "https://www.tradeindia.com/products/pediatric-multivitamin-syrup-123456789.html",
"imageUrl": "https://tiimg.tistatic.com/.../pediatric-syrup.jpg",
"price": "150 INR",
"currency": "INR",
"minOrderQuantity": "100 Box",
"specifications": {
"Form": "Syrup",
"Packaging Size": "100 ml",
"Shelf Life": "24 Months"
},
"supplyAbility": "10000 Box Per Month",
"deliveryTime": "7-10 Days",
"packagingDetails": "Carton box of 50 units",
"productStatus": "active",
"companyName": "Wellness Pharma Pvt. Ltd.",
"city": "Ahmedabad",
"state": "Gujarat",
"profileId": "9988776",
"userId": "5544332",
"profileUrl": "https://www.tradeindia.com/wellness-pharma/",
"country": "India",
"countryCode": "IN",
"businessType": "Manufacturer",
"establishedYear": "2009",
"memberSince": "2014",
"certifications": ["ISO 9001:2015", "GMP"],
"isManufacturer": true,
"isSupplier": true,
"isExporter": true,
"isDistributor": false,
"isTrader": false,
"buyerFeedbackCount": 47,
"responseRate": "85%",
"isSuperSeller": true,
"isPremiumSeller": false,
"hasTrustStamp": true,
"sourceUrl": "https://www.tradeindia.com/seller/health-beauty/pediatric-medicines/",
"scrapedAt": "2026-06-27T10:00:00Z"
}

Product Core

FieldTypeDescription
productIdstringTradeIndia product identifier
productNamestringProduct title
productDescriptionstringProduct description
productStatusstringListing status
productUrlstringLink to the product detail page
imageUrlstringPrimary product image URL

Pricing & Order Terms

FieldTypeDescription
pricestringListed price (frequently unset by the seller)
currencystringCurrency code, e.g. INR
minOrderQuantitystringMinimum order quantity (MOQ)
supplyAbilitystringStated supply ability
deliveryTimestringStated delivery time
packagingDetailsstringPackaging details

Specifications

FieldTypeDescription
specificationsobjectProduct spec key-values (e.g. material, form, packaging size)
certificationsarrayCompany certifications, e.g. ISO 9001, GMP

Seller / Company

FieldTypeDescription
companyNamestringSeller / company name
citystringSeller city
statestringSeller state
countrystringSeller country
countryCodestringSeller country code
businessTypestringPrimary business type
establishedYearstringYear the company was established
memberSincestringTradeIndia membership start year
isManufacturerbooleanClassification flag
isSupplierbooleanClassification flag
isExporterbooleanClassification flag
isDistributorbooleanClassification flag
isTraderbooleanClassification flag
buyerFeedbackCountintegerNumber of buyer feedbacks
responseRatestringSeller response rate
isSuperSellerbooleanSuper Seller trust badge
isPremiumSellerbooleanPremium Seller trust badge
hasTrustStampbooleanTrust Stamp badge

Identifiers & Source

FieldTypeDescription
profileIdstringSeller profile id
userIdstringSeller user id
profileUrlstringSeller profile page URL
sourceUrlstringThe input URL or search term this row came from
scrapedAtstringISO timestamp of when the row was collected

Extended seller fields (everything in the Seller / Company and Identifiers tables beyond companyName, city, and state) are omitted when includeSellerDetails is set to false.

Tips for Best Results

  • Category URLs return the richest seller data. Category and seller pages include the full supplier profile β€” response rate, established year, certifications, country, and buyer-feedback count. Keyword search returns the same products but a slightly leaner seller block, leaving responseRate, establishedYear, countryCode, and buyerFeedbackCount blank. Prefer a category URL whenever you need complete supplier profiles.
  • Set maxResults to 0 to capture an entire category β€” large categories run into the thousands of products, so leave a generous cap only when you genuinely want the full feed.
  • Filter on the business-type flags after extraction β€” use isManufacturer to drop resellers and surface factory-direct suppliers, the highest-value B2B leads.
  • Price is often blank by design β€” many TradeIndia sellers list MOQ and supply ability but no price. Lean on minOrderQuantity and supplyAbility to qualify suppliers when price is empty.
  • Queue several categories in one run by adding multiple URLs to startUrls; the sourceUrl field tells you which input each row came from.
  • Turn off includeSellerDetails when you only need a product price-and-MOQ list β€” the export is leaner and faster to scan in a spreadsheet.
  • Rank prospects by trust badges and feedback β€” sort on isSuperSeller, hasTrustStamp, and buyerFeedbackCount to put the most credible suppliers at the top of your outreach list.
  • Use category or seller-listing URLs, not bare profile pages β€” a category or seller-listing page lists products; a standalone company profile page may return no products. If a URL comes back empty, open it on tradeindia.com and confirm it shows a product grid.

Pricing

From $2.50 per 1,000 results β€” flat pay-per-result pricing, with every product row counting as one result. No compute or time-based charges β€” you pay per result, plus a small fixed per-run start fee. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.30$0.29$0.27$0.25
1,000$3.00$2.85$2.65$2.50
10,000$30.00$28.50$26.50$25.00
100,000$300.00$285.00$265.00$250.00

A "result" is a single product row. Platform usage fees, if any, are billed separately by Apify.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n β€” Workflow automation
  • Google Sheets β€” Direct spreadsheet export
  • Slack / Email β€” Notifications on new results
  • Webhooks β€” Trigger custom APIs on run completion
  • Apify API β€” Full programmatic access

This scraper collects publicly available business listings from TradeIndia. Use it responsibly: respect TradeIndia's Terms of Service, comply with applicable data-protection laws (including GDPR and India's data-protection rules where relevant), and only use collected company data for legitimate business purposes such as supplier discovery, procurement, and market research. You are responsible for how you use the data you collect.