Vivanuncios Scraper avatar

Vivanuncios Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Vivanuncios Scraper

Vivanuncios Scraper

Scrape properties from Vivanuncios Mexico. Use the same 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

3 days ago

Last modified

Categories

Share

🇲🇽 Vivanuncios Scraper

Want Vivanuncios results in a spreadsheet? This scraper makes it easy.

Use the same filters you see on the website — better for AI agents — or paste a listing URL. When a URL is set, it overrides the filters.

Vivanuncios lists hundreds of thousands of properties in Mexico. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Agents: Export matching listings without paging the site.
  • Dashboards: Track prices, locations, and inventory.
  • Market research: Slice the same filters the website offers.
  • Data analysts: Export listing rows with public links.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live results.
  • 📚 RAG Systems: Feed titles and locations into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 URL or filters: Paste a search URL, or use the dropdowns. The URL always wins when set.
  • 🎯 Same filters as the site: Buy or rent, property type, location, bedrooms, bathrooms, price, advertiser, and sort.
  • 🌐 Ready to export: Titles, prices, locations, and listing links.

📦 What's inside the data?

Every row can include:

  • Listing: id, url, title, purpose, property type, featured, posted date
  • Price: price and currency
  • Location: area name and street address
  • Advertiser: publisher name
  • Extras: amenity highlights, video flag, photo

🚀 Quick start

Option A — Input URL

  1. Open Vivanuncios, apply filters, copy the URL.
  2. Paste it into input_url.
  3. Set max_results and click Start.

Option B — Structured filters (better for AI agents)

  1. Leave input_url empty.
  2. Pick sale or rent, a property type, and a location.
  3. Set max_results (up to 2000) and click Start.

Tech details for developers 🧑‍💻

Input Example (filters):

{
"purpose": "sale",
"location": "cdmx",
"property_type": "apartment",
"bedrooms": "2",
"price_max": 3000000,
"max_results": 100
}

Input Example (URL override):

{
"input_url": "https://www.vivanuncios.com.mx/s-venta-inmuebles/v1c1097p1",
"max_results": 50
}

Output Example:

{
"id": "1123456789",
"url": "https://www.vivanuncios.com.mx/a-venta-departamentos/roma-norte/1123456789",
"title": "Departamento en venta en Roma Norte",
"purpose": "sale",
"property_type": "Departamento",
"price": 2850000,
"currency": "MXN",
"location": "Roma Norte, Ciudad de México",
"address": "Calle Orizaba",
"publisher": "Inmuebles Capital",
"features": ["2 recámaras", "2 baños", "estacionamiento"],
"has_video": false,
"featured": true,
"posted_at": "2026-09-01T00:00:00.000Z",
"image_url": "https://img.vivanuncios.com.mx/..."
}

Output fields:

FieldDescription
idVivanuncios listing id.
urlPublic listing page.
titleListing title.
purposeSale or rent.
property_typeType label from the card, such as house or apartment.
priceAsking price when shown.
currencyCurrency on the listing, usually MXN.
locationArea or neighbourhood.
addressStreet address when shown.
publisherAgency or seller name.
featuresAmenity highlights from the card.
has_videoWhether the listing includes a video.
featuredWhether Vivanuncios marked the ad as premier.
posted_atLast updated time.
image_urlFirst photo.

📋 Input reference (detailed)

ParameterTypeRequiredDefaultDescription
input_urlstringNoPaste a Vivanuncios search URL; overrides every filter when set.
purposestring enumNosaleFor sale or for rent.
property_typestring enumNoallHouse, apartment, condo, land, office, shop or warehouse, building.
locationstring enumNoall MexicoMexico City, Estado de México, Jalisco, Nuevo León, Puebla, Querétaro, Yucatán, Quintana Roo, Guanajuato, Baja California.
bedroomsstring enumNoanyMinimum bedrooms, 1+ through 5+.
bathroomsstring enumNoanyMinimum bathrooms, 1+ through 5+.
price_minintegerNoLowest price in Mexican pesos.
price_maxintegerNoHighest price in Mexican pesos.
advertiserstring enumNoanyAgency or private.
sortstring enumNonewestMost relevant, newest, lowest price, or highest price.
max_resultsintegerNo50Maximum rows (12000).

Notes on filters

  • Prefer the Apify input dropdowns — they use the same labels as Vivanuncios.
  • input_url always wins over the other filters when provided.