# Guadalajara Houses for Sale Scraper | Lamudi

**Use case:** 

Scrape houses for sale in Guadalajara, Jalisco from Lamudi. Extract price, lot and built area, bedrooms, location, photos and agent contact.

## Input

```json
{
  "maxItems": 100,
  "withDetails": false,
  "startUrl": "https://www.lamudi.com.mx/jalisco/guadalajara/casa/for-sale/",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "MX"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "areaM2": {
    "label": "Area m2",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "text"
  },
  "coordinates": {
    "label": "Coordinates",
    "format": "object"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lamudi Mexico Real Estate Listings Scraper](https://apify.com/scrapers_lat/lamudi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/lamudi-scraper) to learn more, explore other use cases, and run it yourself.