# TradeIndia Scraper — Suppliers, GST, Products & MOQ (`crawloop/tradeindia-scraper`) Actor

Scrape TradeIndia India B2B suppliers and products by keyword, category, or URL. Export GST, owner, address, price, MOQ, specs, Trust Stamp badges, and profile links for sourcing and lead generation.

- **URL**: https://apify.com/crawloop/tradeindia-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Lead generation, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.50 / 1,000 product listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## TradeIndia Scraper — Suppliers, GST, Products & MOQ

> **Disclaimer:** Unofficial integration for publicly accessible sources. Trademarks belong to their respective owners. Provided for informational use only; users must comply with applicable platform terms and laws.

> **Crawloop Global Sourcing Suite** — B2B supplier directories for Europe and India.

| Europages (Europe) | WLW (DACH) | TradeIndia (India) |
| :--- | :--- | :--- |
| [Europages Scraper](https://apify.com/crawloop/europages-scraper) | [WLW Scraper](https://apify.com/crawloop/wlw-scraper) | **TradeIndia Scraper** ◄── you are here |

**TradeIndia scraper** for Apify — a practical **TradeIndia API alternative** to extract **Indian B2B suppliers and products** from search, category, product, and seller pages into clean JSON. Collect **company name, GST number, owner, address, price, MOQ, specifications, manufacturer / exporter flags, Trust Stamp badges, website, and profile links**.

Built for **India sourcing**, **manufacturer discovery**, **B2B lead generation**, **price / MOQ research**, and **CRM enrichment**. Run with **Python**, **Node.js**, **cURL**, or **MCP** / AI assistants. Fast HTTP crawl of Next.js `__NEXT_DATA__` via `curl_cffi` — no headless browser and no login for public fields.

### When to use this Actor

- You need **TradeIndia supplier or product data** as structured dataset rows
- You want **keyword search**, **category URLs**, **product PDPs**, or **seller profiles**
- You prefer a **fast, browser-free** TradeIndia crawl on Apify
- You need **GST / owner / firmographics** via optional product enrichment
- You want an **India ↔ Europe sourcing chain** with Europages / WLW siblings

### When not to use this Actor

- **Guaranteed phone or email on every row** — TradeIndia masks phone behind inquiry/login (`number_mask`); this Actor exports public firmographics and website when available
- **Sending RFQs / inquiries** through TradeIndia forms — read-only extraction only
- **Non-TradeIndia directories** — use a source-specific Actor (e.g. Europages, WLW)

### Key features

- **Keyword search** — paginated TradeIndia search (`~28` items/page)
- **Category & start URLs** — `/seller/…` categories, product pages, seller profiles
- **PDP enrichment** — GST, owner, address, company description, richer specs
- **Optional seller profiles** — firmographics + top products
- **Business-type filters** — manufacturers, exporters, Trust Stamp only
- **City filter** — client-side city matching after scrape
- **Sponsored / showcase toggles** — include or skip paid cards
- **Deduped push** — unique by product / profile id within a run
- **Streaming results** — dataset rows appear while the run is in progress
- **Lightweight & resilient** — `curl_cffi` Chrome TLS fingerprinting, optional proxy rotation

### Use cases

| Use case | What you get |
| :--- | :--- |
| **Find Indian manufacturers** | Keyword / category listings with manufacturer & exporter flags |
| **Qualify suppliers** | GST, owner name, address, turnover, employees (with PDP enrich) |
| **Price & MOQ research** | Listed price text, currency, minimum order quantity, specs |
| **Territory mapping** | City / state filters across India |
| **Trust ranking** | Trust Stamp, Super Seller, Premium Seller badges |
| **CRM enrichment** | Profile URL + website for follow-up enrichment |

### Input parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `searchQueries` | Array | `["industrial valves"]` | Keywords → TradeIndia search pages. |
| `startUrls` | Array | `[]` | Search / category / product / seller URLs. |
| `maxItems` | Integer | `50` | Max dataset rows. |
| `maxPages` | Integer | `3` | Max search pages per keyword. |
| `enrichProducts` | Boolean | `false` | Fetch product detail pages (GST, owner, address). |
| `enrichSellers` | Boolean | `false` | Fetch seller profile pages. |
| `onlyManufacturers` | Boolean | `false` | Keep manufacturers only. |
| `onlyExporters` | Boolean | `false` | Keep exporters only. |
| `onlyTrustStamp` | Boolean | `false` | Keep Trust Stamp suppliers only. |
| `cities` | Array | `[]` | Optional city filter (case-insensitive). |
| `includeSponsored` | Boolean | `true` | Include sponsored search cards. |
| `includeShowcase` | Boolean | `false` | Include showcase products. |
| `requestDelaySecs` | Number | `0.5` | Delay between HTTP requests. |
| `proxyConfiguration` | Object | off | Optional Apify Proxy. |

#### Example — keyword supplier list

```json
{
  "searchQueries": ["industrial valves"],
  "maxItems": 100,
  "maxPages": 5,
  "enrichProducts": false,
  "onlyManufacturers": true,
  "includeSponsored": true
}
```

#### Example — enriched leads with GST

```json
{
  "searchQueries": ["cotton yarn", "LED lights"],
  "maxItems": 50,
  "maxPages": 3,
  "enrichProducts": true,
  "onlyTrustStamp": true,
  "cities": ["Ahmedabad", "Surat"]
}
```

#### Example — category + product URLs

```json
{
  "startUrls": [
    "https://www.tradeindia.com/seller/industrial-supplies/industrial-valves/",
    "https://www.tradeindia.com/products/industrial-pilot-operated-diaphragm-type-solenoid-valve-c6241432.html"
  ],
  "maxItems": 40,
  "maxPages": 2,
  "enrichProducts": true
}
```

### Output

One dataset row per listing, enriched product, or seller. `recordType` is `listing`, `product`, `seller`, or `error`.

#### Output fields

| Field | Description |
| :--- | :--- |
| `recordType` | `listing` | `product` | `seller` | `error` |
| `productId` / `productName` / `productUrl` | Product identifiers and URL |
| `companyName` / `profileId` / `profileUrl` | Supplier identity |
| `priceText` / `priceValue` / `currency` | Listed price when published |
| `minOrderQuantity` | MOQ string |
| `specifications` | Spec / trade key-values |
| `gstNumber` | GSTIN (enriched PDP / seller) |
| `ownerName` / `ownerDesignation` | Contact person (enriched) |
| `address` / `city` / `state` / `country` | Location |
| `isManufacturer` / `isExporter` / `hasTrustStamp` | Business / trust flags |
| `badges` | Trust Stamp, Super Seller, Made in India, … |
| `website` | Seller website when exposed |
| `phoneMasked` | `true` when TradeIndia hides the number |
| `employeesCount` / `annualTurnover` / `yearEstablished` | Firmographics (enriched) |
| `searchQuery` / `page` / `scrapedAt` | Crawl metadata |

#### Sample listing row

```json
{
  "source": "tradeindia",
  "recordType": "listing",
  "productId": "8713291",
  "productName": "Industrial Ball Valve",
  "productUrl": "https://www.tradeindia.com/products/industrial-ball-valve-c8713291.html",
  "priceText": "500 INR (Approx.)",
  "priceValue": 500,
  "currency": "INR",
  "minOrderQuantity": "10 Piece",
  "companyName": "Example Valves Pvt Ltd",
  "profileId": "4141118",
  "profileUrl": "https://www.tradeindia.com/example-valves-4141118/",
  "city": "Ahmedabad",
  "state": "Gujarat",
  "country": "India",
  "isManufacturer": true,
  "isExporter": true,
  "hasTrustStamp": true,
  "badges": ["Trust Stamp", "Made in India"],
  "searchQuery": "industrial valves",
  "scrapedAt": "2026-08-06T10:00:00+00:00"
}
```

### Integration examples

#### Node.js

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/tradeindia-scraper').call({
  searchQueries: ['industrial valves'],
  maxItems: 50,
  enrichProducts: true,
  onlyManufacturers: true,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 3));
```

#### Python

```python
import os
from apify_client import ApifyClient

client = ApifyClient(os.environ["APIFY_TOKEN"])
run = client.actor("crawloop/tradeindia-scraper").call(run_input={
    "searchQueries": ["industrial valves"],
    "maxItems": 50,
    "enrichProducts": True,
    "onlyManufacturers": True,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item.get("companyName"), item.get("gstNumber"), item.get("city"))
```

#### cURL

```bash
curl -X POST "https://api.apify.com/v2/acts/crawloop~tradeindia-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchQueries":["industrial valves"],"maxItems":50,"enrichProducts":true}'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp).
Connect your Apify account, then call this Actor by its Store ID / name (`crawloop/tradeindia-scraper`).

Example prompts:

- "Run TradeIndia Scraper for industrial valves, manufacturers only, return 50 rows with company, city, MOQ, and GST"
- "Scrape TradeIndia cotton yarn suppliers in Ahmedabad with product enrichment and summarize top cities"
- "Chain TradeIndia Scraper then Europages Scraper to compare Indian vs European pump manufacturers"

### Suite next step

After TradeIndia supplier discovery, enrich European counterparts with [Europages Scraper](https://apify.com/crawloop/europages-scraper) or DACH companies with [WLW Scraper](https://apify.com/crawloop/wlw-scraper).

### FAQ

#### Is this a TradeIndia API?

There is no official public TradeIndia API for bulk supplier export. This Actor is a **TradeIndia API alternative** that scrapes public pages into a structured Apify dataset you can call from Python, Node.js, cURL, or MCP.

#### Why are phone and email missing?

TradeIndia often protects direct phone numbers behind login / inquiry flows (`number_mask`). This Actor exports **public** listing and profile fields (including website when available). It does not bypass login gates.

#### Why is price empty?

Many sellers publish MOQ and specs without a list price. Use `minOrderQuantity` and `specifications` to qualify suppliers.

#### Do category URLs paginate fully?

The first category page is read from SSR. Deeper category pagination is unreliable over plain HTTP, so the Actor continues via keyword search derived from the category slug when `maxPages > 1`.

#### Can I filter to manufacturers only?

Yes — set `onlyManufacturers`, `onlyExporters`, and/or `onlyTrustStamp`.

### Related Actors

- [Europages Scraper](https://apify.com/crawloop/europages-scraper) — European B2B companies & contacts
- [WLW Scraper](https://apify.com/crawloop/wlw-scraper) — DACH B2B directory (Wer liefert was)

# Actor input Schema

## `searchQueries` (type: `array`):

TradeIndia keyword searches (e.g. industrial valves, cotton yarn, LED lights). Each query is paginated (~28 products per page).

## `startUrls` (type: `array`):

TradeIndia URLs: search pages (/search.html?keyword=…), category pages (/seller/…/…/), product pages (/products/…-cID.html), or seller profiles (/company-slug-ID/).

## `maxItems` (type: `integer`):

Stop after this many dataset items (listings, products, sellers).

## `maxPages` (type: `integer`):

Maximum search result pages per keyword (~28 items/page). Category URLs: page 1 is SSR; deeper pages fall back to keyword search from the category slug.

## `enrichProducts` (type: `boolean`):

Fetch each product detail page for GST number, owner name, full address, company description, and richer specs. Recommended for lead-quality exports.

## `enrichSellers` (type: `boolean`):

Also fetch seller profile pages (firmographics + top products). Uses a separate seller-result PPE event when billed.

## `onlyManufacturers` (type: `boolean`):

Keep only suppliers flagged as manufacturers.

## `onlyExporters` (type: `boolean`):

Keep only suppliers flagged as exporters.

## `onlyTrustStamp` (type: `boolean`):

Keep only Trust Stamp verified suppliers.

## `cities` (type: `array`):

Optional client-side city filter (e.g. Mumbai, Ahmedabad, Rajkot). Matching is case-insensitive on the city field.

## `includeSponsored` (type: `boolean`):

Include sponsored / banner supplier cards from search pages.

## `includeShowcase` (type: `boolean`):

Include TradeIndia showcase / recommended products from search pages.

## `requestDelaySecs` (type: `number`):

Pause between HTTP requests on the same session.

## `proxyConfiguration` (type: `object`):

Optional Apify Proxy. Datacenter usually works; enable residential if you see blocks.

## Actor input object example

```json
{
  "searchQueries": [
    "industrial valves"
  ],
  "startUrls": [
    "https://www.tradeindia.com/seller/industrial-supplies/industrial-valves/"
  ],
  "maxItems": 50,
  "maxPages": 3,
  "enrichProducts": false,
  "enrichSellers": false,
  "onlyManufacturers": false,
  "onlyExporters": false,
  "onlyTrustStamp": false,
  "includeSponsored": true,
  "includeShowcase": false,
  "requestDelaySecs": 0.5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Default dataset items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQueries": [
        "industrial valves"
    ],
    "startUrls": [
        "https://www.tradeindia.com/seller/industrial-supplies/industrial-valves/"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/tradeindia-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": ["industrial valves"],
    "startUrls": ["https://www.tradeindia.com/seller/industrial-supplies/industrial-valves/"],
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/tradeindia-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "industrial valves"
  ],
  "startUrls": [
    "https://www.tradeindia.com/seller/industrial-supplies/industrial-valves/"
  ]
}' |
apify call crawloop/tradeindia-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawloop/tradeindia-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/lSNMz9A2O57eIjfLj/builds/BUYoIqXezNeM98deq/openapi.json
