Hites Chile Scraper - Productos y Precios avatar

Hites Chile Scraper - Productos y Precios

Pricing

$3.00 / 1,000 producto extraidos

Go to Apify Store
Hites Chile Scraper - Productos y Precios

Hites Chile Scraper - Productos y Precios

Scraper rapido de Hites Chile para extraer productos, precios, descuentos, marcas, categorias, vendedores, imagenes y URLs desde hites.com. Ideal para monitoreo de precios, retail intelligence, comparacion ecommerce y analisis comercial en Chile.

Pricing

$3.00 / 1,000 producto extraidos

Rating

0.0

(0)

Developer

Scrapers Chile

Scrapers Chile

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Hites Chile Scraper for product prices, offers, and ecommerce catalog data

Extract public product data from hites.com search results and export it as structured data from Apify. This Hites Chile scraper collects product names, prices, normal prices, card prices, discounts, brands, categories, sellers, product URLs, images, and availability from Hites' online catalog.

Use it as a Hites product prices API for price monitoring, retail analytics, ecommerce catalog tracking, product matching, competitive intelligence, marketplace monitoring, and recurring checks of public Hites.com search results.

Also known as: Hites Chile scraper, Hites.com scraper, Hites product price API, Hites retail scraper, Chile ecommerce scraper, scraping Hites Chile, productos Hites, ofertas Hites, Hites catalog data.

What can this Hites.com scraper do?

  • Search Hites Chile by any product term such as notebook, televisor, celular, zapatillas, or a brand name.
  • Save clean product rows to the default Apify Dataset.
  • Export results as JSON, CSV, Excel, XML, RSS, or through the Apify API.
  • Include price, normal price, Hites card price, discount, brand, seller, category, image, URL, and availability when Hites publishes them.
  • Run fast targeted searches with configurable result limits.
  • Charge only per saved product result.

Pricing

This Actor uses pay-per-result pricing. Each product saved to the dataset costs USD 0.003. Use maxItems to control the maximum number of charged results in each run.

Data returned

Each dataset row can include:

FieldDescription
product_idHites product identifier.
skuSKU or product identifier.
nameProduct name shown by Hites.
brandProduct brand when available.
priceCurrent price in CLP.
normal_priceNormal or previous price when available.
card_priceHites card or special price when available.
discount_amountDiscount amount when reported.
discount_percentageDiscount percentage when reported or calculated.
currencyCurrency, usually CLP.
is_availableWhether the product appears available.
availabilityNormalized availability state.
category, category2, category3Product categories when available.
seller_nameSeller or marketplace when available.
urlPublic product URL.
imageProduct image URL.
attributesVisible product attributes when available.
pageResult page where the product appeared.
positionGlobal product position in the run.
source_urlSearch result URL used for extraction.
search_termSearch term used for the run.
scraped_atExtraction timestamp.

Example dataset item:

{
"product_id": "123456",
"sku": "123456",
"name": "Smart TV 55 4K UHD",
"brand": "Samsung",
"price": 329990,
"normal_price": 449990,
"card_price": 309990,
"discount_percentage": 27,
"currency": "CLP",
"is_available": true,
"category": "TV y Audio",
"url": "https://www.hites.com/smart-tv-55-4k-uhd/p",
"search_term": "televisor"
}

Quick start

  1. Open the Actor on Apify.
  2. Enter a search term in term, for example notebook.
  3. Set maxItems to control how many products to save.
  4. Start the run.
  5. Open the Dataset tab to download products as CSV, JSON, Excel, XML, or consume them through the API.

Minimal input:

{
"term": "notebook",
"maxItems": 20
}

Price-low-to-high search:

{
"term": "celular",
"maxItems": 50,
"sort": "price-low-to-high"
}

Input reference

FieldTypeRequiredDescription
termstringyesProduct, brand, category, or keyword to search on Hites.com.
maxItemsintegernoMaximum number of products to save. Default: 20.
pageSizeintegernoProducts requested per page. Default: 24. Maximum: 60.
maxPagesintegernoOptional maximum number of result pages.
sortstringnoSort order. Default: best-matches.
concurrencyintegernoPages processed in parallel. Default: 4.
retriesintegernoRequest retries per page. Default: 2.
timeoutSecsintegernoRequest timeout in seconds. Default: 15.
failOnNoResultsbooleannoFail the run when no products are found. Default: false.

Use cases

Use caseHow this Actor helps
Hites price monitoringTrack current prices, normal prices, Hites card prices, and discounts over time.
Chile retail analyticsBuild datasets of ecommerce products, categories, brands, sellers, and offers.
Catalog matchingMatch your products against Hites names, SKUs, images, and URLs.
Marketplace monitoringTrack seller names and marketplace products when Hites publishes them.
Competitive intelligenceCompare public Hites pricing against other Chilean ecommerce stores.
Scheduled reportsRun the Actor on a schedule and export fresh product data to BI tools or spreadsheets.

How to run from API

Python

from apify_client import ApifyClient
client = ApifyClient("<APIFY_API_TOKEN>")
run = client.actor("scraperschile/hites").call(
run_input={
"term": "notebook",
"maxItems": 20,
"pageSize": 24,
}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["name"], item["price"], item["url"])

cURL

curl -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <APIFY_API_TOKEN>' \
-d '{
"term": "notebook",
"maxItems": 20,
"pageSize": 24
}' \
'https://api.apify.com/v2/acts/scraperschile~hites/runs?waitForFinish=60'

Reliability and limitations

This Actor reads public Hites.com search results in real time. Prices, card prices, promotions, stock, categories, seller names, and availability can change at any moment and can differ from what a shopper sees later in the browser.

For large monitoring jobs, use reasonable maxItems values and schedules.

Responsible use

This Actor extracts public product and catalog information. It does not collect credentials, private customer data, carts, orders, or account information. Use the data responsibly and follow Apify terms, Hites.com terms, and applicable laws.

FAQ

Can I scrape Hites Chile prices?

Yes. Enter a product or brand in term, and the Actor returns current prices plus normal prices, card prices, and discounts when Hites publishes them.

Can I export Hites products to CSV?

Yes. Results are saved to the Apify Dataset, where you can download CSV, JSON, Excel, XML, RSS, or access items through the API.

Does this scrape all Hites.com products?

It scrapes search result pages for the term you provide, up to your configured limits. It is optimized for targeted product, category, and brand monitoring.

Does it require a Hites account?

No. It uses public search/catalog data and does not log in.