Yapo Properties Scraper avatar

Yapo Properties Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Yapo Properties Scraper

Yapo Properties Scraper

Scrape property 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

17 hours ago

Last modified

Categories

Share

🇨🇱 Yapo Properties Scraper

Want Yapo property 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. Homes and rentals are a large share of the board. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Marketplaces: Export houses, apartments, and commercial ads from Yapo.
  • Dashboards: Track new ads without paging the site.
  • Market research: Slice Chilean property by sale or rent, type, region, or beds.
  • Data analysts: Export structured rows with public listing URLs.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live Yapo property 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 property search or listing URL, or pick the same filters as the site. input_url always wins when set.
  • 🎯 Website-Matched Filters: Keyword, sale or rent, property type, region, beds, and price.
  • 🌐 Listing cards: Title, price in Chilean pesos, type, beds, size, location, and listing URL.

📦 What's inside the data?

id, url, title, price, currency, listing_type, property_type, bedrooms, size, location, image, date

🚀 Quick start

Option A: paste https://www.yapo.cl/bienes-raices-venta-de-propiedades. Option B: pick sale or rent and a property type, then set max_results.

Input Example (filters):

{
"listing_type": "sale",
"property_type": "apartamentos",
"location": "metropolitana",
"max_results": 100
}

Input Example (URL):

{
"input_url": "https://www.yapo.cl/bienes-raices",
"max_results": 100
}

Output Example:

{
"id": "32660187",
"url": "https://www.yapo.cl/bienes-raices-venta-de-propiedades-apartamentos/departamento-en-venta-ideal-para-inversion-santiago-centro/32660187",
"title": "Departamento en venta ideal para inversión Santiago Centro",
"price": 89000000,
"currency": "CLP",
"listing_type": "sale",
"property_type": "venta de propiedades apartamentos",
"bedrooms": 2,
"size": "55 m",
"location": "Región Metropolitana, Santiago",
"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.
listing_typeSale or rent when it can be read.
property_typeHouse, apartment, commercial, or new project when shown.
bedroomsBedroom count when shown.
sizeFloor size when shown.
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 property search or listing URL. Overrides every filter.
querystringNoSame as the site search box.
listing_typedropdownNoallFor sale or for rent.
property_typedropdownNoallHouses, apartments, commercial, or new projects.
locationdropdownNoallChilean region.
bedroomsintegerNoLowest bedroom count.
price_minintegerNoLowest price in Chilean pesos.
price_maxintegerNoHighest price in Chilean pesos.
max_resultsintegerNo50Maximum rows (12000).