Yapo Properties Scraper
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor 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_urlalways 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:
| Field | Description |
|---|---|
id | Yapo ad id. |
url | Public listing page. |
title | Ad title. |
price | Price in Chilean pesos when shown. |
currency | Always CLP. |
listing_type | Sale or rent when it can be read. |
property_type | House, apartment, commercial, or new project when shown. |
bedrooms | Bedroom count when shown. |
size | Floor size when shown. |
location | Region or neighbourhood on the card. |
image | Listing photo. |
date | When the ad was posted, as a full date and time, when the card shows one. |
📋 Input reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | Yapo property search or listing URL. Overrides every filter. |
query | string | No | — | Same as the site search box. |
listing_type | dropdown | No | all | For sale or for rent. |
property_type | dropdown | No | all | Houses, apartments, commercial, or new projects. |
location | dropdown | No | all | Chilean region. |
bedrooms | integer | No | — | Lowest bedroom count. |
price_min | integer | No | — | Lowest price in Chilean pesos. |
price_max | integer | No | — | Highest price in Chilean pesos. |
max_results | integer | No | 50 | Maximum rows (1–2000). |