Hamrobazar Scrapper Public avatar
Hamrobazar Scrapper Public

Pricing

$3.00 / 1,000 results

Go to Store
Hamrobazar Scrapper Public

Hamrobazar Scrapper Public

Developed by

Manish Shah

Manish Shah

Maintained by Community

Scrape data from hamrobazaar.com with categories with your own page range and store it in a dataset.

0.0 (0)

Pricing

$3.00 / 1,000 results

0

Total users

5

Monthly users

3

Runs succeeded

>99%

Issue response

5.7 days

Last modified

2 days ago

Hamrobazar Scraper

A versatile Apify actor that scrapes product listings from Hamrobazar.com across all categories. The actor fetches comprehensive product details, including prices, descriptions, specifications, seller information, and location data.

Features

  • Scrapes all product categories on Hamrobazar
  • Collects detailed product information including specifications, prices, and locations
  • Supports pagination for extensive data collection
  • Filters out duplicate entries
  • Saves data in structured format to Apify dataset
  • Only scrapes products posted within the last 2 days to ensure fresh data

Input Parameters

The actor accepts the following input parameters:

ParameterTypeDefaultDescription
categoryIdString"D4225D8B-1FAF-453C-AEC3-66CA1C1E2602"Category ID to scrape. Select from available categories in the input UI.
startPageInteger1The page number to start scraping from.
endPageInteger5The page number to end scraping at.
datasetNameString"hamrobazar-scraper-results"Name of the dataset where results will be stored.

Output Format

The output of the actor is stored in the storage. The actor outputs detailed product information including:

  • Basic product details (ID, name, price, condition)
  • Category information
  • Location data (description, latitude, longitude)
  • Seller information
  • Product specifications and attributes
  • Listing dates and status
  • Images (if available)

Example output:

{
"ad_Id": "123456",
"name": "Sample Product",
"brandName": "Brand",
"condition": "Used",
"price": 50000,
"negotiable": true,
"location": {
"locationDescription": "Kathmandu",
"locationLatitude": 27.7172,
"locationLongitude": 85.3240
},
"categoryName": "Electronics",
"description": "Product description",
// ... additional category-specific attributes
}

Usage

  1. In Apify Console:

    • Go to the actor's page
    • Click "Start"
    • Configure input parameters
    • Run the actor
  2. With Apify API:

    const run = await apifyClient.actor("manishshah/hamrobazar-scrapper-public").call({
    categoryId: "EB9C8147-07C0-4951-A962-381CDB400E37",
    startPage: 1,
    endPage: 10
    });

Limitations

  • Maximum 10 products per page (API limitation)
  • Rate limiting may apply based on Hamrobazar's API restrictions

Support

If you encounter any issues or have questions, please create an issue in the GitHub repository or contact me through Apify.

Changelog

v1.0.0

  • Initial release
  • Support for all product categories
  • Comprehensive data collection
  • Duplicate filtering

License

MIT


Developed with ❤️ by Manish