Metrocuadrado [Just 💰$1.5] — Colombia Real Estate
Pricing
from $1.50 / 1,000 results
Metrocuadrado [Just 💰$1.5] — Colombia Real Estate
💰 $1.5 per 1,000 listings. Scrape Metrocuadrado — Colombia property listings with full pricing · price-per-m² · area & rooms · GPS · agent phone & WhatsApp. Incremental mode tracks new and changed listings across scheduled runs.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Black Falcon Data
Maintained by CommunityActor stats
0
Bookmarked
15
Total users
6
Monthly active users
a day ago
Last modified
Categories
Share
What does Metrocuadrado do?
Metrocuadrado Scraper extracts structured property listings from metrocuadrado.com across Colombia — price, price-per-m², area, rooms, stratum, photos, GPS, and agent contact (phone & WhatsApp). Filter by city, neighborhood, price, area, or a precise lat/long radius, paste any Metrocuadrado search URL, and run incrementally to capture only new or changed listings. An optional Agencies mode aggregates the companies behind the listings for lead generation.
How to use this actor
- 👉 Register for a free Apify account — no credit card required.
- 🎉 Just click Sign up free on Apify → and complete a quick signup.
- 💰 A free Apify account includes $5 in monthly credits — enough to test this actor.
- ⏳ Scrape during the free trial, with no commitment or upfront payment required.
Key features
- 💵 Structured pricing — full sale or rental price plus a computed price-per-square-metre for every listing, so you can rank and compare value across a market instantly.
- 📞 Phone & WhatsApp contact — every listing carries the advertiser's phone number, WhatsApp number, and the owner type (builder, agency, or owner) — structured fields, not text-mined.
- 🔔 Notifications — Telegram, Slack, Discord, WhatsApp Cloud API, and generic webhook out of the box. Pair with incremental for daily new-listing alerts without pipeline glue.
- 🔗 Paste-mode — build the search you want on metrocuadrado.com, copy the result-page URL, and paste it — each URL's operation, property type, city and neighborhood are read from the URL. Add several; results are merged and deduplicated by listing id.
- 📦 Compact mode — AI-agent and MCP-friendly payloads with core fields only.
- 🧹 Empty-field stripping — drop null, empty-string, and empty-array fields from each record before push. Smaller payloads for AI agents and dashboards that already handle missing fields gracefully.
- ♻️ Incremental mode — recurring runs emit and charge only for listings that are new or whose tracked content changed. First run builds the baseline; subsequent runs emit only NEW / UPDATED / REAPPEARED records (UNCHANGED + EXPIRED opt-in). Saves 80–95% on daily monitoring.
- 📤 Export anywhere — Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).
- 🔌 MCP connectors — export your results into Notion via Apify's MCP connectors — a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.
What data can you extract from Metrocuadrado?
Each result includes Core property fields (listingId, adId, url, portalUrl, title, operation, propertyType, and propertyState, and more), detail fields when enrichment is enabled (description, descriptionMarkdown, and descriptionLength), contact information (contactPhone and contactsCount), and company metadata (companyId). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.
Enable detail enrichment in the input to get richer fields such as full descriptions, company metadata, and contact information where the source provides them.
Input
The main inputs are a result limit. Additional filters and options are available in the input schema.
Key parameters:
operation— Sale or rental listings. (default:"sale")propertyTypes— One or more property typologies. Each is scanned independently. (default:["apartamento"])cities— City slug(s), e.g. "bogota", "medellin", "cali". Accents/spaces are normalized. Leave empty if you only use Start URLs.neighborhoods— Neighborhood slug(s) to narrow the search within the chosen cities, e.g. "chico", "el-poblado".startUrls— Paste Metrocuadrado search-result URLs (e.g. https://www.metrocuadrado.com/apartamentos/venta/bogota/chico/) to scrape those exact searches. Each URL's operation, property type, city and neighborhood are read from the URL; the filters below still apply.mode— Listings (default) or Agencies — aggregate the companies behind the listings (id, owner type, listing volume, contact phone, areas served) for lead generation. (default:"listings")maxResults— Maximum records to return (0 = full coverage). In agencies mode this caps the number of companies. (default:50)minPrice— Minimum listing price.maxPrice— Maximum listing price.minAreaM2— Minimum floor area in square metres.maxAreaM2— Maximum floor area in square metres.rooms— Filter by number of bedrooms (any of the selected counts).bathrooms— Filter by number of bathrooms.garages— Filter by number of garages/parking spaces.stratum— Filter by socioeconomic stratum (1–6).propertyState— New or used.centerLat— Optional radius filter — center latitude (decimal, e.g. 4.6097 for Bogotá). Combine with Center Longitude + Radius to keep only listings within the radius.centerLng— Radius filter — center longitude (decimal, e.g. -74.0817).radiusKm— Keep only listings within this many kilometres of the center point. Requires Center Latitude + Center Longitude; listings without coordinates are kept.descriptionMaxLength— Truncate description to this many characters. 0 = no truncation. (default:0)compact— Output only core fields (for AI-agent/MCP workflows). (default:false)excludeEmptyFields— Drop null, empty-string, and empty-array fields from each record before output. Smaller, cleaner payloads for AI agents and dashboards. (default:false)incrementalMode— Track new/changed/expired listings across runs. Requires a State Key. (default:false)stateKey— Stable identifier for this tracking universe (e.g. "co-bogota-sale-apartamento").- ...and 21 more parameters
Input examples
Apartments for sale in a city — Search listings in one or more Colombian cities. Choose the operation (sale or rent) and one or more property types.
→ Listing records with price, price-per-m², size, rooms, stratum, neighborhood, GPS, photos, and contact phone/WhatsApp.
{"operation": "sale","propertyTypes": ["apartamento"],"cities": ["bogota"],"maxResults": 100}
Houses for rent with a price ceiling — Filter by operation, property type, city, and a maximum monthly rent.
→ Rental listings within the price band, each with area, rooms, stratum, and contact details.
{"operation": "rent","propertyTypes": ["casa"],"cities": ["medellin"],"maxPrice": 3000000,"maxResults": 200}
Listings within a radius of a point — Set a centre (latitude, longitude) and a radius in km to keep only listings within that distance — e.g. near a workplace, school, or transit stop. Combine with the city and price/area filters.
→ Only listings within the radius of the centre — each carrying a distanceKm field so you can sort by proximity.
{"operation": "sale","propertyTypes": ["apartamento"],"cities": ["bogota"],"centerLat": "4.6097","centerLng": "-74.0817","radiusKm": 3,"maxResults": 100}
Daily monitoring with filters — Re-run on a schedule to capture only new and changed listings, restricted to the price range and stratum you care about.
→ Records tagged NEW / UPDATED / EXPIRED against the previous run, within the chosen filters.
{"operation": "sale","propertyTypes": ["apartamento"],"cities": ["bogota"],"minPrice": 200000000,"maxPrice": 500000000,"stratum": ["4","5"],"incrementalMode": true,"stateKey": "co-bogota-sale-apartamento","maxResults": 500}
Compact output for a neighborhood — Return only the core listing fields for a smaller, faster export, narrowed to specific neighborhoods.
→ Core fields only (listing ID, URL, title, price, location) — ideal for large exports and AI pipelines.
{"operation": "sale","propertyTypes": ["apartamento"],"cities": ["bogota"],"neighborhoods": ["chico"],"compact": true,"maxResults": 100}
Paste a search URL — Build the search you want on metrocuadrado.com, copy the result-page URL, and paste it. Each URL's operation, property type, city and neighborhood are read from the URL.
→ The listings from exactly that search, merged and deduplicated.
{"startUrls": ["https://www.metrocuadrado.com/casas/arriendo/medellin/el-poblado/"],"maxResults": 100}
Agencies / lead-gen mode — Aggregate the companies behind the listings in a city — owner type, listing volume, a contact phone, and the areas they operate in.
→ One record per company (no company name is available from this source).
{"mode": "agencies","operation": "sale","propertyTypes": ["apartamento"],"cities": ["bogota"],"maxResults": 50}
Output
Each run produces a dataset of structured property records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.
Example property record
{"listingId": "319af0cc41f27d997fbfd760f6f9c64d4d396d214ed697edfce64dc83a61d97a","adId": "1654-C0017-05","url": "https://www.metrocuadrado.com/proyecto/caney-reservado-fontibon/1654-C0017-05","portalUrl": "https://www.metrocuadrado.com/proyecto/caney-reservado-fontibon/1654-C0017-05","title": "Apartamento en Venta, EL PORVENIR, Bogotá D.C.","operation": "Venta","propertyType": "Apartamento","propertyState": "Nuevo","category": "Tradicional","housingType": "VIS","projectName": "CANEY RESERVADO FONTIBON","badge": "Proyecto de vivienda","priceText": "COP 133.200.000","price": 133200000,"priceCurrency": "COP","pricePerM2": 3512658,"sizeM2": 37.92,"privateAreaM2": 33.36,"rooms": 2,"bathrooms": 1,"garages": 0,"stratum": 3,"hasElevator": false,"hasGarage": false,"gatedCommunity": false,"features": ["conTerrazaBalcon:Ninguno"," conZonaLavanderia:S"," nroBanos:1"," nroCuartos:2"," nroGarajes:0","... 3 more items"],"description": "El proyecto esta constituido por una torre de 17 pisos con 252 apartamentos con áreas desde 29 m2 hasta los 46.99 m2 .El proyecto será VIS. En zonas comunales habrá una portería con lobby de acceso, C...","descriptionMarkdown": "El proyecto esta constituido por una torre de 17 pisos con 252 apartamentos con áreas desde 29 m2 hasta los 46.99 m2 .El proyecto será VIS. En zonas comunales habrá una portería con lobby de acceso, C...","descriptionLength": 484,"neighborhood": "EL PORVENIR","zone": "Occidental","city": "Bogotá D.C.","country": "CO","latitude": 4.6890154,"longitude": -74.16353,"nearbyPlaces": [{"name": "Br. El Charco (av. Centenario - Kr 127)","address": "sin dirección","latitude": 4.689557,"longitude": -74.16333},{"name": "Fontibon Calle 13","address": "ac 17 # 128 - 25","latitude": 4.689962,"longitude": -74.16402},{"name": "Suárez","address": "avenida calle 17","latitude": 4.6904,"longitude": -74.1646},{"name": "Paisano 33","address": "avenida carrera 129","latitude": 4.6935267,"longitude": -74.16084},{"name": "Hospital Fontibón Upa 48 San Pablo","address": "calle 18a 122-25","latitude": 4.688876,"longitude": -74.15666},"... 1 more items"],"thumbnail": "https://multimedia.metrocuadrado.com/1654-C0017-05/1654-C0017-05_2_p.jpg","numPhotos": 2,"photos": ["https://multimedia.metrocuadrado.com/1654-C0017-05_2/1654-C0017-05_2_p.jpg","https://multimedia.metrocuadrado.com/1654-C0017-05_3/1654-C0017-05_3_p.jpg"],"contactPhone": "3167273693","whatsappNumber": "573167273693","contactsCount": 17,"ownerType": "Constructora","companyId": "609","sourceDomain": "metrocuadrado.com","searchCity": "bogota","scrapedAt": "2026-06-17T00:00:00Z","contentQuality": "full","isHighlighted": true}
With a centre set, each record also carries distanceKm
{"listingId": "319af0cc41f27d997fbfd760f6f9c64d4d396d214ed697edfce64dc83a61d97a","adId": "1654-C0017-05","title": "Apartamento en Venta, EL PORVENIR, Bogotá D.C.","operation": "Venta","price": 133200000,"priceCurrency": "COP","neighborhood": "EL PORVENIR","city": "Bogotá D.C.","latitude": 4.6890154,"longitude": -74.16353,"distanceKm": 12.65}
Incremental fields
When incremental mode is on, each record also carries:
changeType— one ofNEW,UPDATED,UNCHANGED,REAPPEARED,EXPIRED. Default output coversNEW/UPDATED/REAPPEARED; setemitUnchanged: trueoremitExpired: trueto opt into the others.isRepost,repostOfId,repostDetectedAt— populated when a new listing matches the tracked content of a previously expired one. SetskipReposts: trueto drop detected reposts from the output.
How to scrape Metrocuadrado
- Go to Metrocuadrado in Apify Console.
- Configure the input.
- Set
maxResultsto control how many results you need. - Enable
includeDetailsif you need full descriptions, contact info. - Click Start and wait for the run to finish.
- Export the dataset as JSON, CSV, or Excel.
Use cases
- Extract property data from Metrocuadrado for market research and competitive analysis.
- Track pricing trends across regions and categories over time.
- Monitor new and changed properties on scheduled runs without processing the full dataset every time.
- Research broker and agency profiles, provider coverage, and market distribution.
- Use structured location data for regional analysis, mapping, and geo-targeting.
- Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
- Export clean, structured data to dashboards, spreadsheets, or data warehouses.
How much does it cost to scrape Metrocuadrado?
Metrocuadrado uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.
- Run start: $0.0005 per run
- Per result: $0.0015 per property record
Example costs:
- 10 results: $0.015
- 25 results: $0.038
- 100 results: $0.15
- 200 results: $0.3
- 500 results: $0.75
Example: recurring monitoring savings
These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of properties that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.
Example setup: 200 properties per run, daily polling (30 runs/month). Costs scale linearly with the number of properties.
| Churn rate | Full re-scrape run cost | Incremental run cost | Savings vs full re-scrape | Monthly cost after baseline |
|---|---|---|---|---|
| 5% — stable niche query | $0.30 | $0.02 | $0.28 (95%) | $0.46 |
| 15% — moderate broad query | $0.30 | $0.05 | $0.26 (85%) | $1.36 |
| 30% — high-volume aggregator | $0.30 | $0.09 | $0.21 (70%) | $2.71 |
Full re-scrape monthly cost at the same cadence: $9.02. First month with incremental costs $0.75 / $1.62 / $2.92 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.
Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.
FAQ
How many results can I get from Metrocuadrado?
The number of results depends on the search query and available properties on Metrocuadrado. Use the maxResults parameter to control how many results are returned per run.
Does Metrocuadrado support recurring monitoring?
Yes. Enable incremental mode to only receive new or changed properties on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.
Can I integrate Metrocuadrado with other apps?
Yes. Metrocuadrado works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.
Can I use Metrocuadrado with the Apify API?
Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.
Can I use Metrocuadrado through an MCP Server?
Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.
Is it legal to scrape Metrocuadrado?
This actor extracts publicly available data from Metrocuadrado. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.
Your feedback
If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.
You might also like
- Airbnb [Just 💰$0.4] — Listings, Prices & Host Data — 💰 $0.4 per 1,000 listings. Scrape airbnb.com — stays with price · ratings · amenities · host info.
- Airbnb Realtime API — Live Listing, Reviews & Search Lookups — Real-time Airbnb lookups via a persistent standby server — fetch a single listing, its reviews.
- Airbnb URL Finder — listing discovery — Scrape airbnb.com — enumerate every listing URL for a city or neighborhood · return listing id URL.
- Bayut [Just 💰$0.8] — UAE Property Listings & Agents — 💰 $0.80 per 1,000 rows across the UAE, Saudi Arabia, Qatar, Oman and Jordan. Scrape Bayut property.
- Craigslist [Just 💰$1] — classifieds listings — 💰 $1 per 1,000 listings. Scrape craigslist.org — for-sale housing & jobs · gigs & services.
- Domain.com.au [Just 💰$0.05] — Property Listings & Agents — Domain.com.au property scraper for Australian real estate — extract for-sale, rental, and sold.
- HAR [Just 💰$1.5] — Texas Real Estate — 💰 $1.5 per 1,000 listings. Scrape har.com — the largest Texas MLS portal — homes for sale · rent.
- Harcourts [Just 💰$1.5] — real estate listings — 💰 $1.5 per 1,000 listings. Scrape harcourts.net — property across Australia New Zealand & Fiji ·.
Getting started with Apify
New to Apify? Create a free account with $5 credit — no credit card required.
- Sign up — $5 platform credit included
- Open this actor and configure your input
- Click Start — export results as JSON, CSV, or Excel
Need more later? See Apify pricing.
Disclaimer
This actor accesses only publicly available data on metrocuadrado.com. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with Metrocuadrado's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.
This actor is not affiliated with, endorsed by, or connected to Metrocuadrado.
Search keywords
metrocuadrado scraper, metrocuadrado api, apify metrocuadrado, metrocuadrado data extraction, metrocuadrado.com scraper, metrocuadrado.com data, metrocuadrado.com api, metrocuadrado new, metrocuadrado new scraper, metrocuadrado used, metrocuadrado used scraper, property listings scraper, real estate data, property data, colombia real estate, metrocuadrado.com, bogota property listings, colombia property data, inmuebles colombia, real estate colombia.