Yapo Products Scraper avatar

Yapo Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Yapo Products Scraper

Yapo Products Scraper

Scrape product ads from yapo.cl. Use the same listing filters as the site or paste a URL — the URL wins when set.

Pricing

from $2.00 / 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

18 hours ago

Last modified

Categories

Share

🇨🇱 Yapo Products Scraper

Want Yapo product ads 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.

Yapo is Chile’s main classifieds site. The marketplace covers electronics, home goods, fashion, sports, and more. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export electronics, furniture, and sports ads from Yapo.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice Chilean products by category, region, or price.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Yapo product results.
  • 📚 RAG Systems: Feed titles, prices, and cities 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 Yapo product search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, category, region, and price.
  • 🌐 Listing cards: Title, price in Chilean pesos, category, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, category, location, image, date

🚀 Quick start

Option A: paste https://www.yapo.cl/electronica. Option B: pick a category or region and set max_results.

Input Example (filters):

{
"category": "electronica",
"location": "metropolitana",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.yapo.cl/marketplace",
"max_results": 100
}

Output Example:

{
"id": "32959456",
"url": "https://www.yapo.cl/anuncios-casificados-mascotas-animales-servicios-y-tiendas-de-mascotas/vendo-50-acciones/32959456",
"title": "Vendo 50 acciones top 5 academia peluquería canina",
"price": 150000,
"currency": "CLP",
"category": "mascotas animales servicios y tiendas de mascotas",
"location": "Región Metropolitana",
"image": "https://photos.encuentra24.com/t_or_fh_m/f_auto/v1/cl/example.jpg",
"date": null
}

Output fields:

FieldDescription
idYapo ad id.
urlPublic listing page.
titleAd title.
pricePrice in Chilean pesos when shown.
currencyAlways CLP.
categoryProduct group on the card.
locationRegion or neighbourhood on the card.
imageListing photo.
dateWhen the ad was posted, as a full date and time, when the card shows one.

📋 Input reference

ParameterTypeRequiredDefaultDescription
input_urlstringNoYapo product search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
categorydropdownNoallElectronics, home, fashion, sports, pets, or construction.
locationdropdownNoallChilean region.
price_minintegerNoLowest price in Chilean pesos.
price_maxintegerNoHighest price in Chilean pesos.
max_resultsintegerNo50Maximum rows (12000).