# Find E-commerce Businesses for Sale in Texas

**Use case:** 

Scrape all e-commerce businesses listed for sale across Texas to identify acquisition targets. This helps investors and entrepreneurs discover lucrative online 

## Input

```json
{
  "startUrls": [
    "https://www.bizquest.com/businesses-for-sale/"
  ],
  "keyword": "e-commerce",
  "location": "Texas",
  "fetchDetails": false,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceLabel": {
    "label": "Price",
    "format": "text"
  },
  "askingPrice": {
    "label": "Price ($)",
    "format": "number"
  },
  "cashFlow": {
    "label": "Cash Flow",
    "format": "number"
  },
  "grossRevenue": {
    "label": "Revenue",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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