# DealStream in Texas

**Use case:** 

Find and extract DealStream in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "searchQuery": "restaurant",
  "location": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Business ID",
    "format": "text"
  },
  "title": {
    "label": "Business Title",
    "format": "text"
  },
  "asking_price": {
    "label": "Asking Price",
    "format": "currency"
  },
  "url": {
    "label": "Business URL",
    "format": "url"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "location_state": {
    "label": "State",
    "format": "text"
  },
  "location_country": {
    "label": "Country",
    "format": "text"
  },
  "sales": {
    "label": "Sales",
    "format": "currency"
  },
  "cash_flow": {
    "label": "Cash Flow",
    "format": "currency"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "management_will_stay": {
    "label": "Management Will Stay",
    "format": "boolean"
  },
  "represented_by_broker": {
    "label": "Represented by Broker",
    "format": "text"
  },
  "buyer_fee": {
    "label": "Buyer Fee",
    "format": "text"
  },
  "deal_seller_financing": {
    "label": "Deal Seller Financing",
    "format": "text"
  },
  "willing_to_cobroke": {
    "label": "Willing to Co-broke",
    "format": "text"
  },
  "principals_only": {
    "label": "Principals Only",
    "format": "text"
  },
  "deal_franchise": {
    "label": "Deal Franchise",
    "format": "text"
  },
  "relocatable": {
    "label": "Relocatable",
    "format": "text"
  },
  "deal_real_estate": {
    "label": "Deal Real Estate",
    "format": "text"
  },
  "isShowcasedDeal": {
    "label": "Is Showcased Deal",
    "format": "boolean"
  },
  "listed_on_date": {
    "label": "Listed On Date",
    "format": "text"
  },
  "listed_renewed_on_date": {
    "label": "Listed Renewed On Date",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "short_description": {
    "label": "Short Description",
    "format": "text"
  },
  "pdf_url": {
    "label": "PDF URL",
    "format": "url"
  },
  "images": {
    "label": "Images",
    "format": "json"
  },
  "converted_from": {
    "label": "Converted From",
    "format": "text"
  },
  "exchange_rate": {
    "label": "Exchange Rate",
    "format": "number"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "datetime"
  },
  "last_updated": {
    "label": "Last Updated",
    "format": "datetime"
  },
  "scraped_timestamp": {
    "label": "Scraped Date",
    "format": "datetime"
  }
}
```

## About this Actor

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