IndiaMART Supplier Scraper
parseforge/indiamart-scraper
E-commerceAutomationOther
Scrapes IndiaMART supplier listings by product category. Returns company name, location, rating, and verification status for each supplier.
- Total users
- 59
- Monthly active
- 4
- Total runs
- 400
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 12 days ago
Overview
IndiaMART Supplier Scraper
Scrape IndiaMART suppliers by product category, up to a million per run. Every supplier comes with company name, location, rating, and verification status. No login or API key. Export to CSV, JSON, Excel, or XML.
IndiaMART's official API needs a registered account and rate-limits you. This reads the public supplier listings directly, filtered by city, verification status, and minimum rating, and returns each match in one fixed schema.
| Who uses it | What they scrape IndiaMART for |
|---|---|
| B2B sales teams | Build a lead list of verified suppliers in a target city |
| Market researchers | Map the supplier landscape for a product category |
| Procurement managers | Shortlist suppliers by rating and verification status |
| Data analysts | Collect supplier data for trend analysis |
What it does
This Actor collects IndiaMART supplier listings by product category and returns each one as a flat row.
- ๐ Category selector: choose from 150+ product categories, from stainless steel to yoga wear.
- ๐ City filter: restrict results to a single city like Mumbai or Delhi.
- โ Verified exporters only: return only suppliers with a verified badge.
- โญ Minimum rating: set a threshold from 1 to 5 stars.
- ๐ข Max items: cap the number of suppliers per run, up to 1,000,000.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with IndiaMART data
๐ Build a B2B lead list.
A sales team scrapes verified stainless steel suppliers in Mumbai to create a targeted outreach list.
๐ Research supplier ratings.
A procurement manager filters for suppliers with a minimum 4-star rating to shortlist reliable vendors.
๐ Map regional supply.
A market researcher collects all cotton fabric suppliers in Delhi to analyze regional concentration.
โ Verify exporter status.
An export consultant scrapes only verified exporters in the spices category to build a trusted partner database.
Why choose this scraper
| What you get | |
|---|---|
| No login or API key | Scrape public IndiaMART pages directly, no account needed. |
| Fixed schema | Every supplier returns the same fields, ready for your CRM. |
| Built-in filters | Filter by city, verification, and rating before export. |
| Scalable | Collect up to a million suppliers per run. |
How it compares
This Actor focuses on category-based supplier discovery with built-in filters, while competitors offer different data depths and access methods.
| Feature | ParseForge | IndiaMart Supplier Scraper - B2B Products, Prices - No Cookies | IndiaMART Listings Scraper | IndiaMART Scraper - Suppliers, Exporters, Prices & GST |
|---|---|---|---|---|
| Category-based scraping | Yes | Not listed | Yes | Not listed |
| City filter | Yes | Not listed | Yes | Not listed |
| Verified exporters only | Yes | Not listed | Yes | Not listed |
| Minimum rating filter | Yes | Not listed | Not listed | Not listed |
| Product prices | Not listed | Yes | Yes | Yes |
| GST number | Not listed | Yes | Yes | Yes |
| Contact email and phone | Not listed | Not listed | Not listed | Yes |
Configure the run
Drive the Actor from a product category, and filters run as each supplier is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{
"category": "stainless-steel",
"maxItems": 10
}
A larger pull:
{
"category": "stainless-steel",
"maxItems": 200
}
Pricing
Pay-per-result: $0.009 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.90 |
| 1,000 results | $9.00 |
| 10,000 results | $90.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the IndiaMART Supplier Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to IndiaMART through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/indiamart-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Your filters may be too restrictive. Try removing the city filter, lowering the minimum rating, or unchecking verified exporters only.
Why is the run slow?
IndiaMART may rate-limit requests. Reduce maxItems or add a delay between requests if the Actor supports it.
Why are some fields empty?
Not all suppliers fill every field on IndiaMART. Empty fields are normal and reflect missing data on the source page.
Why did I get blocked?
IndiaMART may block aggressive scraping. Use a lower maxItems, run less frequently, or use Apify proxies if available.
FAQ
| Question | Answer |
|---|---|
| Do I need an IndiaMART account or API key? | No. This Actor scrapes public IndiaMART pages directly, so no login or API key is required. |
| What data does this Actor return? | Each supplier row includes company name, location, rating, verification status, and other fields from the listing. The exact fields are shown in the sample output. |
| Can I filter by city? | Yes, use the filterCity input to restrict results to a specific city like Mumbai or Delhi. |
| Can I filter by supplier rating? | Yes, set minRating to a value between 1 and 5 to only return suppliers with that rating or higher. |
| How many suppliers can I scrape in one run? | You can set maxItems up to 1,000,000. The default is 10. |
| What product categories are available? | There are over 150 categories, from ABS plastic granules to zirconia ceramics. The full list is in the input schema. |
| Can I export the data? | Yes, you can export to CSV, JSON, Excel, or XML from the Apify dataset. |
| Is this Actor legal? | You should only scrape public data in compliance with IndiaMART's terms of service and applicable laws. Apify is not responsible for how you use the data. |
| How often can I run this Actor? | You can schedule runs as often as you like, but be respectful of IndiaMART's servers to avoid being blocked. |
| What if I get no results? | Check your filters. If you set a high minRating or filter by a city with few suppliers, you may get zero results. Try relaxing the filters. |
Related actors
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by IndiaMART InterMESH Ltd. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| category | string (166 options) | Select a product category to scrape suppliers from IndiaMART | stainless-steel |
| maxItems | integer | How many products to collect per run. | 10 |
| filterCity | string | Optional. Only return suppliers from this city (e.g. Mumbai, Delhi, Chennai) | not set |
| filterVerifiedOnly | boolean | Only return verified exporters | false |
| minRating | number | Only return suppliers with this rating or higher (1-5). Leave empty for all. | not set |
Pricing
from $8.50 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.0085 to $0.009 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~indiamart-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
