Buscapé Scraper avatar

Buscapé Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Buscapé Scraper

Buscapé Scraper

Scrape products from buscape.com.br. Use the same category, brand, query, and sort filters as the site or paste a URL — the URL wins when set.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🇧🇷 Buscapé Scraper

Want Buscapé price-comparison products in a spreadsheet? This scraper makes it easy.

Use structured filters — better for AI agents — or paste an input_url. When input_url is set it overrides the filters.

Buscapé (and Zoom) lists thousands of Brazilian retail offers. This actor returns up to 2000 rows per run. Default category is celulares.

💡 Perfect for...

  • Retail: Export iPhone, Samsung, and Xiaomi prices from Buscapé.
  • Dashboards: Track lowest store price without paging the site.
  • Market research: Slice celulares, TVs, notebooks, and appliances.
  • Data analysts: Export structured rows with public product URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Buscapé results.
  • 📚 RAG Systems: Feed titles, stores, and prices into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 Input URL or Filters: Paste a Buscapé shop or search URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Category, brand, keyword, price, and sort — the same controls as the listing.
  • 🌐 Listing cards: Title, lowest price in reais, best store, and product photo.

📦 What's inside the data?

id, url, title, price, currency (BRL), brand, category, store, store_count, image, installment_price, installment_months

🚀 Quick start

Option A: paste https://www.buscape.com.br/celular. Option B: pick a category or brand and set max_results.

Input Example (filters):

{
"category": "celular",
"brand": "samsung",
"sort": "price-asc",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.buscape.com.br/celular",
"max_results": 100
}

Output Example:

{
"id": "13992938",
"url": "https://www.buscape.com.br/celular/celular-apple-iphone-17-256gb",
"title": "iPhone 17 256GB",
"price": 5799,
"currency": "BRL",
"category": "Celular e Smartphone",
"store": "Magazine Luiza",
"store_count": 9,
"image": "https://i.zst.com.br/thumbs/45/15/19/-1584053110.jpg"
}

Output fields:

FieldDescription
idBuscapé product id.
urlPublic product page.
titleProduct title.
priceLowest offer price when shown.
currencyAlways BRL.
brandBrand when shown.
categoryCategory name.
storeBest-offer merchant.
store_countNumber of stores with an offer.
imageProduct photo.
installment_priceMonthly installment when shown.
installment_monthsInstallment count when shown.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNo—Buscapé or Zoom shop or search URL. Overrides every filter.
categorydropdownNocelularesPhones, TVs, notebooks, appliances, and other shop groups.
branddropdownNoanySamsung, Apple, Xiaomi, Motorola, and other site brands.
querystringNo—Same as the site search box.
sortdropdownNorelevanceRelevance, lowest / highest price, newest.
price_minintegerNo—Lowest price in reais.
price_maxintegerNo—Highest price in reais.
max_resultsintegerNo50How many rows to return (1–2000).