Promart Peru Price Scraper
Pricing
from $0.40 / 1,000 results
Promart Peru Price Scraper
Product price search on Promart, Peru's largest home-improvement chain. Search by keyword and get structured records: name, brand, price, list price, stock, unit data, price-per-kg and URLs.
Pricing
from $0.40 / 1,000 results
Rating
0.0
(0)
Developer
Philip Kirkbride
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Promart Peru — product search & price scraper
Search Promart Peru's home-improvement catalog (Hogar y Construcción) for structured prices in PEN — tools, materials, fixtures and appliances with stock and product URLs.
🇵🇪 Peru · storefront: www.promart.pe · prices in PEN (PE)
Every run returns normalized product records — name, brand, current and list price in PEN, per-kilogram price, stock level, product and image URLs — ready for datasets, spreadsheets or dashboards. Fast, structured results: no manual copy-paste.
Use cases
- DIY & materials price watch — tools, hardware, paint, plumbing across Promart's catalog.
- Apartment setup shopping — track fixtures, shelving and appliances; catch
listPricedrops before buying. - Construction cost estimation — structured unit data for materials take-off sheets.
- Cross-brand comparison — pair with Oechsle (department store) for household goods coverage.
What it returns
productKey— stable unique product ID for this store; join and dedupe on this, never the bareidname/brand— product display name and brandprice/listPrice/currency— current and list price; the currency for this store is always PENunitMultiplier/measurementUnit— pack size (a 5 kg bag → multiplier 5, unit kg)pricePerKg— normalized per-kilogram price when the weight is known,nullotherwiseavailableQuantity/inStock— stock count (99999 means effectively unlimited) and availability flagurl/imageUrl— product page and product imagestore/searchQuery/categoryResolved— run provenance: store slug, the query used, and whether the optional category filter resolved
Input
search— free-text product search, e.g.arroz; defaults to a starter search when omittedcategory— optional; free-text category to scope the search against the store's own category tree (e.g.huevos)maxPages— 1–5 result pages (default 1; 24 products per page)maxResults— cap on returned products (default 50, max 200)requestDelaySecs— politeness delay between result pages (default 1.0 s)
This record always searches www.promart.pe — no store selection is needed (or offered); every record of this family is fixed to one storefront.
Example queries
{"store": "promart", "search": "taladro", "maxResults": 10} {"store": "promart", "search": "pintura", "maxResults": 20} {"store": "promart", "search": "llave inglesa", "maxResults": 5} {"store": "promart", "search": "lámpara LED", "maxResults": 10}
Output example
[{"productKey": "promart.pe:34075","name": "Arroz Extra 5 kg","brand": "Marca Blanca","price": 26.9,"listPrice": 29.9,"currency": "PEN","unitMultiplier": 5,"measurementUnit": "kg","availableQuantity": 147,"pricePerKg": 5.38,"inStock": true,"url": "https://www.promart.pe/arroz-extra-5kg/p","imageUrl": "https://www.promart.pe/arquivos/ids/34075/arroz-extra.jpg","store": "promart","searchQuery": "arroz","categoryResolved": true}]
Quirks
- Assortment spans tools→furniture; ambiguous terms benefit from a
categoryhint (e.g. "herramientas"). - Unit fields matter for materials (liters of paint, meters of cable) — use
measurementUnit/unitMultiplier. - Sibling Intercorp banner Oechsle shares the platform but not the catalog.