# Rent SquareYards India Property Listings

**Use case:** 

Extract SquareYards India Property Listings data filtered by rent. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "city": "mumbai",
  "transactionType": "rent"
}
```

## Output

```json
{
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SquareYards India Property Listings Scraper](https://apify.com/parseforge/squareyards-india-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/squareyards-india-scraper) to learn more, explore other use cases, and run it yourself.