# Quintana Roo Land Listings Extractor

**Use case:** 

Gather land for sale in Quintana Roo with details on lot size, prices in MXN, seller info, and property links for buyers and investors.

## Input

```json
{
  "startUrl": "https://www.pincali.com/en/properties/land-for-sale-in-cancun-quintana-roo",
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceText": {
    "label": "Price Text",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "operationType": {
    "label": "Operation Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "fullAddress": {
    "label": "Full Address",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "agent": {
    "label": "Agent",
    "format": "text"
  },
  "alternateUrls": {
    "label": "Alternate Urls",
    "format": "text"
  },
  "areaM2": {
    "label": "Area M2",
    "format": "number"
  },
  "canonicalUrl": {
    "label": "Canonical Url",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "hasVideo": {
    "label": "Has Video",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Pincali Scraper ❤️$1/1K Mexico Real Estate Extractor](https://apify.com/azzouzana/pincali-com-scraper-by-search-url) with a specific input configuration. Visit the [Actor detail page](https://apify.com/azzouzana/pincali-com-scraper-by-search-url) to learn more, explore other use cases, and run it yourself.