VOOZH about

URL: https://apify.com/chimerical_wafer/my-actor-1

โ‡ฑ IndiaMart Product Details from sellers website ยท Apify


๐Ÿ‘ IndiaMart Product Details from sellers website avatar

IndiaMart Product Details from sellers website

Pricing

Pay per usage

Go to Apify Store

IndiaMart Product Details from sellers website

Scraps IndiaMart Product Detail urls from sellers website

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ wyapaar

wyapaar

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

0

Monthly active users

7 months ago

Last modified

Share

JavaScript PuppeteerCrawler Actor template

This template is a production ready boilerplate for developing with PuppeteerCrawler. The PuppeteerCrawler provides a simple framework for parallel crawling of web pages using headless Chrome with Puppeteer. Since PuppeteerCrawler uses headless Chrome to download web pages and extract data, it is useful for crawling of websites that require to execute JavaScript.

If you're looking for examples or want to learn more visit:

Included features

  • Puppeteer Crawler - simple framework for parallel crawling of web pages using headless Chrome with Puppeteer
  • Configurable Proxy - tool for working around IP blocking
  • Input schema - define and easily validate a schema for your Actor's input
  • Dataset - store structured data where each object stored has the same attributes
  • Apify SDK - toolkit for building Actors

How it works

  1. Actor.getInput() gets the input from INPUT.json where the start urls are defined

  2. Create a configuration for proxy servers to be used during the crawling with Actor.createProxyConfiguration() to work around IP blocking. Use Apify Proxy or your own Proxy URLs provided and rotated according to the configuration. You can read more about proxy configuration here.

  3. Create an instance of Crawlee's Puppeteer Crawler with new PuppeteerCrawler(). You can pass options to the crawler constructor as:

    • proxyConfiguration - provide the proxy configuration to the crawler
    • requestHandler - handle each request with custom router defined in the routes.js file.
  4. Handle requests with the custom router from routes.js file. Read more about custom routing for the Cheerio Crawler here

    • Create a new router instance with new createPuppeteerRouter()

    • Define default handler that will be called for all URLs that are not handled by other handlers by adding router.addDefaultHandler(() => { ... })

    • Define additional handlers - here you can add your own handling of the page

      router.addHandler('detail',async({ request, page, log })=>{
      const title =await page.title();
      // You can add your own page handling here
      await Dataset.pushData({
      url: request.loadedUrl,
      title,
      });
      });
  5. crawler.run(startUrls); start the crawler and wait for its finish

Resources

If you're looking for examples or want to learn more visit:

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. Run the Actor

Pull the Actor for local development

If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:

  1. Install apify-cli

    Using Homebrew

    $brew install apify-cli

    Using NPM

    $npm-ginstall apify-cli
  2. Pull the Actor by its unique <ActorId>, which is one of the following:

    • unique name of the Actor to pull (e.g. "apify/hello-world")
    • or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")

    You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.

    This command will copy the Actor into the current directory on your local machine.

    $apify pull <ActorId>

Documentation reference

To learn more about Apify and Actors, take a look at the following resources:

You might also like

Indiamart Product Info Scraper

getdataforme/indiamart-productInfo-scraper

The Indiamart Product Info Scraper extracts detailed product data from Indiamart, including pricing, specifications, and seller details. It offers fast, accurate data retrieval, supports multiple URLs, and exports in JSON, CSV, or Excel formats....

Indiamart Reviews Scraper

getdataforme/indiamart-reviews-scraper

The Indiamart Reviews Scraper efficiently extracts customer reviews from Indiamart testimonial pages, providing businesses with valuable insights for decision-making....

IndiaMART Scraper

parseforge/indiamart-scraper

Scrape product listings and supplier data from IndiaMART, India's largest B2B marketplace. Get product names, prices, supplier details, locations, ratings, and contact info. Search by product keyword with automatic pagination.

IndiaMART Listings Scraper

piotrv1001/indiamart-listings-scraper

The IndiaMART Listings Scraper extracts product listings and enriched detail records from IndiaMART category, city, and search pages, capturing names, prices, images, full spec tables, supplier GST/IEC verification, ratings, and exports-to countries โ€” ideal for B2B sourcing and pricing analysis.

Indiamart Discovery Scraper

getdataforme/indiamart-discovery-scraper

The INDIAMART DISCOVERY SCRAPER efficiently extracts detailed product data from IndiaMART, aiding strategic insights. Key features include customizable searches, high data quality, proxy support, and scalable performance. Export data in JSON, CSV, or Excel for seamless integration.

IndiaMART Supplier & Product Scraper

scrapix/indiamart-supplier-product-scraper

Extract B2B supplier leads and product listings from [IndiaMART](https://www.indiamart.com) โ€” India's largest B2B marketplace โ€” by keyword. Get one clean row per product listing, complete with the supplier's company name, contact number, city, trust signals, price, and profile URL.

Indiamart Product Scraper

scrapeai/indiamart-product-scraper

This Apify actor retrieves product and supplier data through the IndiaMart search API. Search by query and city to collect structured product information including name, price, company, contact details, and location. Perfect for B2B lead generation, market research, and sourcing products from India.

IndiaMart Extractor

gtgyani206/indiamart-scraper

A Playwright-based Apify actor that extracts product listings from IndiaMART, including title, supplier, location, price, and links, and stores the data in a structured dataset for analysis or integration.

๐Ÿ‘ User avatar

Gyanendra Thakur

4

IndiaMART Product Scraper

jungle_synthesizer/indiamart-scraper

Scrape product listings and supplier data from IndiaMART's B2B export marketplace. Extract product names, prices, MOQ, supplier details, locations, GST/IEC verification status, ratings, and export history. Search by product keyword with automatic pagination.

๐Ÿ‘ User avatar

BowTiedRaccoon

4

IndiaMart Scraper

natanielsantos/indiamart-scraper

Scrape product data from indiamart.com with this tool. You can use it to extract title, price, images, description, and more. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

๐Ÿ‘ User avatar

Nataniel Santos

573