# Sitemap (address-only, thousands) ForSaleByOwner Featured

**Use case:** 

Extract ForSaleByOwner Featured FSBO Listings data filtered by Sitemap (address-only, thousands). Export structured results ready for analysis, lead

## Input

```json
{
  "mode": "sitemap",
  "searchSlug": "los-angeles-california",
  "stateFilter": [],
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "addressLine1": {
    "label": "Address",
    "format": "text"
  },
  "addressLine2": {
    "label": "City/State",
    "format": "text"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "Zip"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "Id"
  },
  "priceUsd": {
    "label": "Price ($)",
    "format": "number"
  },
  "priceFormatted": {
    "label": "Price formatted"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "SqFt",
    "format": "number"
  },
  "listingType": {
    "label": "Listing type"
  },
  "listedBy": {
    "label": "Listed by"
  },
  "badge": {
    "label": "Badge",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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