TocToc Property Scraper avatar

TocToc Property Scraper

Pricing

from $2.99 / 1,000 property scrapeds

Go to Apify Store
TocToc Property Scraper

TocToc Property Scraper

Scrape property listings from TocToc.com — Chile's largest real estate portal. Filter by location, operation type (buy/rent), and property category. Supports full pagination and concurrent fetching.

Pricing

from $2.99 / 1,000 property scrapeds

Rating

0.0

(0)

Developer

DataCach

DataCach

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

TocToc Property Scraper – Chilean Real Estate Listings

Extract property listings from TocToc.com, Chile's largest real estate portal, without writing a single line of code. Search by city or commune, filter by operation type (buy or rent) and property category, and receive clean structured data ready for analysis, lead generation, or market research.

Try it now on Apify and get your first results in seconds.


What does TocToc Property Scraper do?

TocToc Property Scraper automates the collection of property listings published on toctoc.com. You provide a location — a city, commune, or neighbourhood in Chile — and the actor returns a structured dataset of matching properties, including direct listing URLs and property IDs.

It handles pagination automatically, fetches pages concurrently for maximum speed, and respects any result limit you set so you only pay for the data you need. All runs are powered by residential proxies to ensure high success rates.


Why use TocToc Property Scraper?

  • No API key required — works directly against TocToc's public listing engine.
  • Full pagination support — retrieves all available results across every page, not just the first one.
  • Concurrent fetching — pages are fetched in parallel batches, cutting total run time significantly compared to sequential scraping.
  • Flexible filtering — combine any operation type (buy / rent) with any property category (apartments, houses, offices, land, and more).
  • Controllable output size — set maxResults to cap the number of records and avoid unnecessary compute costs.
  • Apify ecosystem ready — schedule runs, connect to Google Sheets, Zapier, Make, or any webhook in a few clicks from the Apify Console.

Typical use cases

  1. Real estate market research — track listing supply levels and availability across communes in Santiago, Valparaíso, Concepción, or any Chilean city.
  2. Lead generation for brokers and agents — build prospecting lists with fresh listing URLs segmented by type and location.
  3. Competitive intelligence — monitor how many units a developer is listing and how inventory changes over time.
  4. Investment analysis — compare the volume of buy vs. rent listings in target areas to identify market dynamics.
  5. Academic and journalistic research — gather housing supply data for urban planning studies or investigative reporting.

How to use TocToc Property Scraper

  1. Open the actor on the Apify platform and click Try for free.
  2. In the Input tab, type the location you want to scrape (e.g. "Las Condes", "Valparaíso", "Antofagasta").
  3. Select one or more operation types (Comprar / Arrendar) and one or more property types.
  4. Optionally set Max Results to limit the number of records returned (leave at 0 for unlimited).
  5. Click Start and watch the live log. Results appear in the Dataset tab as they are collected.
  6. Download your dataset in JSON, CSV, Excel, or HTML from the Dataset tab.

Input

FieldTypeRequiredDefaultDescription
locationstringYesCity, commune, or address to search (e.g. "Santiago", "Providencia", "Viña del Mar").
operationarrayNo["COMPRAR"]Operation type(s): "COMPRAR" (buy) and/or "ARRENDAR" (rent).
propertyTypestringNo"departamento"Property category. Supported values: departamento, casas, oficina, terreno, parcela, agricola, industrial, bodega, estacionamiento, vacacional, localcomercial.
maxResultsintegerNo0Maximum number of properties to return. Must be a multiple of 10. 0 means no limit.

Example input

{
"location": "Las Condes",
"operation": ["COMPRAR", "ARRENDAR"],
"propertyType": "departamento",
"maxResults": 200
}

Output

Each item in the dataset represents one property listing. The actor captures the canonical listing URL and its unique identifier, timestamped at extraction time.

{
"property_id": 2847391,
"url": "https://www.toctoc.com/propiedades/departamento-en-venta-en-las-condes-2847391",
"extraction_date": "14-04-2026",
"extraction_datetime": "2026-04-14T18:32:05.123456+00:00"
}

You can download the full dataset in JSON, CSV, Excel, or HTML directly from the Apify Console Dataset tab, or retrieve it programmatically via the Apify API.

Output fields

FieldFormatDescription
property_idintegerUnique TocToc listing identifier.
urlstringDirect URL to the property listing on toctoc.com.
extraction_dateDD-MM-YYYYDate when the record was extracted.
extraction_datetimeISO 8601Full UTC timestamp of extraction.

Pricing

TocToc Property Scraper uses a pay-per-result model — you only pay for the properties you actually collect.

VolumePrice
1,000 properties$6.99
5,000 properties$34.95
10,000 properties$69.90

Prices are in USD and billed through your Apify account usage balance.

Use maxResults to control exactly how many records each run fetches and keep costs predictable.

Free tier limitations

Free Apify accounts have the following restrictions applied automatically, regardless of the input provided:

LimitationFreePaid
Max results per run10Unlimited
Property types per run11

Upgrade your plan to remove all limitations.


Tips for better results

  • Use commune-level searches — searching "Las Condes" yields more targeted results than "Santiago", which spans the entire metropolitan area.
  • Combine operation types — passing both "COMPRAR" and "ARRENDAR" in a single run doubles coverage without duplicating location resolution requests.
  • Use maxResults for sampling — set it to 100 or 200 for quick market snapshots before committing to a full extraction.
  • Schedule recurring runs — use Apify's built-in scheduler to track listing volume changes weekly or monthly with zero manual effort.

FAQ, disclaimers, and support

Is scraping TocToc legal?
This actor accesses publicly available listing data from toctoc.com in the same way a browser would. It does not bypass authentication, access private data, or violate any paywall. Users are responsible for ensuring their use of the extracted data complies with TocToc's Terms of Service and applicable Chilean law.

Does it scrape property details like price, area, or number of rooms?
The current version returns listing URLs and IDs. Property detail extraction (price, surface area, bedrooms, bathrooms, etc.) is on the roadmap. Use the listing URL to navigate directly to each property page for full details.

What if a location returns zero results?
The actor logs a warning and exits cleanly. Try a broader location name or verify the spelling matches TocToc's search suggestions.

I found a bug or need a custom feature.
Open an issue in the Issues tab on the actor page. We aim to respond within one business day.


Made with love for the Chilean real estate data community.