IndiaMart Product Details from sellers website
by chimerical_wafer
Automatically extracts product detail page URLs from IndiaMart seller websites. Perfect for building product catalogs, price monitoring, and market research.
Opens on Apify.com
About IndiaMart Product Details from sellers website
Need to pull product details from IndiaMart seller pages? This actor handles the tedious part for you. It's built specifically to scrape product detail URLs from IndiaMart seller websites, turning what can be a manual, time-consuming process into an automated data feed. I've used it to gather product specs, pricing, and inventory data directly from the source, which is perfect for building product catalogs, conducting market research, or tracking competitor listings. You configure it with a starting point—like a seller's main store page—and it navigates through the site to find and extract all the individual product page links. The output is a clean, structured list of URLs ready for the next step in your pipeline, whether that's further detailed scraping or analysis. It saves hours of manual copying and pasting, letting you focus on actually using the data rather than just collecting it.
What does this actor do?
IndiaMart Product Details from sellers website is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
IndiaMart Product Details Scraper
This Actor extracts product details from seller pages on IndiaMart using Puppeteer. It's built on Apify's PuppeteerCrawler to handle JavaScript-rendered content and is configured for reliable, parallel crawling.
Overview
The Actor navigates to IndiaMart seller product pages you provide, executes JavaScript to load dynamic content, and extracts structured data into a dataset. It's designed for e-commerce data extraction and uses configurable proxies to manage request rates and avoid blocking.
Key Features
- Puppeteer Crawler: Uses headless Chrome to crawl pages requiring JavaScript execution.
- Configurable Proxy: Integrates with Apify Proxy or custom proxies to rotate IPs and circumvent IP blocking.
- Structured Output: Saves extracted data into an Apify Dataset, with each item having consistent attributes.
- Input Schema: Validates run configuration via a defined input schema.
- Custom Routing: Uses a request handler/router (
routes.js) for precise control over different page types.
How to Use
- Configure Input: Provide the Actor with a list of start URLs pointing to IndiaMart product pages in the
INPUT.json. - Set Up Proxy (Optional): Configure
Actor.createProxyConfiguration()to use Apify Proxy or your own proxy servers for rotation. - Run the Crawler: The
PuppeteerCrawleris instantiated with your proxy config and a customrequestHandler. - Handle Data Extraction: The main logic resides in
routes.js. You define handlers (like a 'detail' handler) to parse pages and push data.
javascript router.addHandler('detail', async ({ request, page, log }) => { // Your extraction logic here const title = await page.title(); await Dataset.pushData({ url: request.loadedUrl, title, // ... other product fields }); }); - Get Results: Once finished, download the structured data (JSON, CSV, etc.) from the Actor's Dataset.
Input/Output
Input (INPUT.json):
* startUrls: (Array) Required. List of URLs to IndiaMart product/seller pages.
Output (Dataset):
Each item contains fields extracted from the target pages, such as:
* url: The scraped page URL.
* title: Product title.
* (Additional product details like price, description, seller info are extracted based on the custom handler logic in routes.js).
Resources
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try IndiaMart Product Details from sellers website now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- chimerical_wafer
- Pricing
- Paid
- Total Runs
- 24
- Active Users
- 3
Related Actors
YouTube Video Transcript
by starvibe
Reddit Scraper
by macrocosmos
Perplexity 2.0
by winbayai
Idealista.com
by lukass
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support