# Alignable Small Business   Owner Name + Listings — Full Expo

**Use case:** 

Scrape the full alignable small business - owner name + listings dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract alignable small business - owner name + listings for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "cities": [
    "searchlight-nv"
  ],
  "maxItems": 200
}
```

## Output

```json
{
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "owner_name": {
    "label": "Owner Name",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "recommendations_count": {
    "label": "Recommendations Count",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Alignable Small Business Scraper - Owner Name + Listings](https://apify.com/jungle_synthesizer/alignable-small-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/alignable-small-business-scraper) to learn more, explore other use cases, and run it yourself.