Skip to content

thirdwatch-dev/indiamart-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

IndiaMart Scraper

Scrape B2B supplier listings, product catalogs, and manufacturer data from IndiaMart.com

Try on Apify Website

What it does

Extracts supplier and manufacturer listings from IndiaMart, India's largest B2B marketplace with 7.7M+ suppliers. Collects company names, product catalogs, prices, locations, GST numbers, and contact details. Essential for B2B procurement and supplier discovery.

Output fields

Field Type Description
companyName String Supplier/manufacturer name
products Array Product listings with prices
location String City and state
gstNumber String GST registration number
phone String Contact phone
yearEstablished Number Year founded
employees String Employee count range
annualRevenue String Revenue range
description String Company description
url String IndiaMart profile URL

Input parameters

Parameter Type Description
queries Array Product or supplier search terms
location String Indian city or state
maxResults Number Maximum results per query

Example output

{
  "companyName": "Bharat Steel Industries",
  "products": [
    {"name": "MS Pipe", "price": "₹45/kg", "minOrder": "1 Ton"},
    {"name": "Steel Plate", "price": "₹52/kg", "minOrder": "500 kg"}
  ],
  "location": "Mumbai, Maharashtra",
  "gstNumber": "27AABCU9603R1ZM",
  "phone": "+91-22-2345-6789",
  "yearEstablished": 1998,
  "employees": "50-100",
  "annualRevenue": "Rs. 5-10 Crore",
  "description": "Leading manufacturer of steel pipes and plates...",
  "url": "https://www.indiamart.com/bharat-steel/"
}

Pricing

Plan Price
Pay per result $0.002/result
Free tier Available on Apify

Use cases

  • B2B supplier discovery and vendor sourcing
  • India manufacturing sector market research
  • Procurement price comparison and benchmarking
  • Supply chain mapping and diversification
  • Export-import business lead generation

Getting started

  1. Go to the Apify Store
  2. Find the IndiaMart Scraper
  3. Enter product or supplier search terms
  4. Run and download results as JSON, CSV, or Excel

Related scrapers by Thirdwatch

About Thirdwatch

Thirdwatch builds production-ready web scraping APIs. 18 scrapers for jobs, e-commerce, reviews, social media, and business data.

License

MIT

About

Scrape IndiaMart B2B supplier data - manufacturers, GST, contacts. India. Apify actor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors