# Market Expansion Agent (`apify/market-expansion-agent`) Actor

Use AI to help you plan your business’ expansion. Market Expansion Agent analyzes data from Google Maps and social media data to identify market gaps and recommend optimal locations for the next step in your business’ evolution.

- **URL**: https://apify.com/apify/market-expansion-agent.md
- **Developed by:** [Apify](https://apify.com/apify) (Apify)
- **Categories:** AI, Agents
- **Stats:** 91 total users, 2 monthly users, 81.1% runs succeeded, 6 bookmarks
- **User rating**: 1.48 out of 5 stars

## Pricing

$7.00 / 1,000 single competitor ai analyses

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 📍 Market Expansion AI Agent

**Market Expansion Agent** is an AI-powered location intelligence tool that extracts data from **Google Maps** and **social media**, which it then analyzes to identify business expansion opportunities.

This tool helps you transform raw data into insight by doing the following:

🗺️ Identify underserved geographic areas with expansion potential  
🏢 Analyze competitor density and market saturation  
📊 Discover service gaps in existing markets  
🎯 Receive precise location recommendations

### 📍 What data can the Market Expansion Agent analyze?

**Market Expansion Agent** works by using **Google Maps Scraper** to perform market analysis. **The agent processes and analyzes business rankings, reviews, service categories, location, operating hours, social media presence, contact availability, and price levels**.

The agent then takes this information and provides market expansion recommendations, including:

🏢 Business density and geographic distribution  
🎖️ Key business strength and weakness  
💰 Pricing level gaps and opportunities  
🌐 Digital presence and social media gaps  
👥 Service offering gaps  
⭐ Quality sentiment gaps  
🗺️ Location recommendations  
❗️ Potential challenges

### **⬇️ Input**

To get the best results, provide **clear and specific input data**.

#### ✅ Recommended search input

You can provide **one** of the following:

1. **Market segment + geographic area**

    Use descriptive phrases combining **industry, business type, and target location**. Examples:

    - "vegan restaurants in Berlin, Germany"
    - "coworking spaces in Prague, Czechia"
    - "fitness centers in London, United Kingdom"

    We recommend using a city + country format for best results.

2. **Google Maps URL**

    Alternatively, for better precision, you can provide a direct link to a Google Maps search for your market segment and target area.

    - Example: [https://www.google.com/maps/search/specialty+coffee+shops+in+Prague/](https://www.google.com/maps/search/specialty+coffee+shops+in+Prague/)

3. **Coordinates + radius**

    To analyze specific geographic areas, you can combine latitude and longitude, and then add a search radius. The default is 5km, but can be changed.

#### 📊 Data volume guidelines

To get the best possible insight at manageable cost, we recommend the following search parameters:

- 15–30 businesses
- Up to 100 reviews per business

```json
{
    "searchStringsArray": ["specialty coffee shops in Prague", "artisan coffee Prague"],
    "maxCrawledPlacesPerSearch": 20,
    "includeReviews": true,
    "maxReviews": 100,
    "language": "en",
    "scrapeReviewerName": false,
    "scrapeReviewDate": true
}
````

### ⬆️ Output

The **Market Expansion Agent** delivers output designed to help you identify expansion opportunities.

#### 🧠 Market Expansion Intelligence Report

The AI-generated JSON report includes six sections:

1. **Search query & metadata**

   - Market segment and location
   - Timestamp and data freshness

2. **Competitive landscape overview**

   - Competitor count and distribution
   - Market saturation and density
   - Pricing, services, and sentiment trends

3. **Gap analysis**

   - Underserved areas
   - Any services that could be improved

4. **Location recommendations**

   - One to three high-potential areas with coordinates
   - Explanation with foot traffic insights and risk mitigation

5. **Competitor summary**

   - Profiles with strengths, weaknesses, and social media presence

6. **Analysis metadata**
   - Analysis timestamp, data freshness, and quality indicators

#### 🗺️ Places map

The **Places map** is an HTML-based visualization of the above analysis in map form.

**Features:**

- Interactive view of competitor locations
- AI-generated business summaries
- Easy navigation and visualization

Access the map via the `places-map` key in the key-value store from your Apify run results.

<img width="100%" src="https://i.imgur.com/IL42j4D.png"/>

#### 📁 Supporting raw data

The data used by the agent comes from the following Actor in Apify Store:

- [**Google Maps Scraper**](https://console.apify.com/actors/nwua9Gu5YrADL7ZDj/input): business info, reviews, contact details, and social media profiles

The retrieved data can be found in the following places:

- **Dataset tab**: structured data
- **Key-value store**: final JSON report
- **Run log**: traceability

Output example:

```json
[
    {
        "searchQuery": {
            "marketSegment": "restaurant",
            "geographicArea": "Prague"
        },
        "analysisTimestamp": "2024-06-15T12:00:00Z",
        "dataFreshness": {
            "googleMapsScrapedAt": "2024-06-10T08:00:00Z",
            "socialMediaScrapedAt": "2024-06-10T08:00:00Z"
        },
        "competitiveLandscapeOverview": {
            "competitorCount": 15,
            "densityAndDistributionDescription": "Competitors are distributed across various Prague districts including Prague 9, 14, 22, and Benice, with some clustering near family-friendly and accessible locations such as hotels and shopping centers. The distribution shows a mix of traditional Czech, Asian, Eastern European, and casual fast food restaurants, with several family- and group-oriented venues. Some competitors are located near sports or wellness facilities, while others are positioned in residential or commercial zones. Overall, the market shows moderate density with pockets of concentration in family- and tourist-friendly neighborhoods.",
            "dominantCharacteristics": {
                "commonPricePoints": [
                    "Mid-range ($$)",
                    "Affordable to moderate pricing",
                    "Some slightly premium pricing for quality or specialty cuisine"
                ],
                "commonServiceOfferings": [
                    "Dine-in, takeout, and delivery options",
                    "Outdoor seating prevalent among family-friendly and casual venues",
                    "Wheelchair accessibility common",
                    "Family-friendly amenities including kids' menus and play areas",
                    "Bar and alcoholic beverage offerings including beer and cocktails",
                    "Reservation acceptance common"
                ],
                "prevalentGMBReviewSentiment": [
                    "Mostly Positive with ratings between 4.3 and 4.8 stars for top competitors",
                    "Neutral to mixed sentiment for some casual and fast food venues",
                    "Recurring themes of inconsistent food quality and service delays in several restaurants"
                ],
                "typicalSocialMediaActivity": "Generally low to moderate; most competitors maintain a Facebook presence with follower counts ranging from 100 to 2300. Instagram presence is limited or weak for many, with few active accounts and low engagement. TikTok and other platforms are largely unutilized. Content strategies are often basic, with limited posting frequency and engagement. Some brands run Facebook ads but lack multi-platform digital marketing."
            },
            "marketSaturationAssessment": "Moderately competitive market with a diverse range of restaurant types and service offerings. Family-friendly and traditional Czech cuisine segments are well represented, while niche cuisines like Indian, Ukrainian, and halal American fast food have fewer competitors but face quality and digital presence challenges. Digital engagement is generally underdeveloped, indicating opportunities for new entrants with strong online strategies. Geographic gaps exist in some Prague districts, and service quality inconsistencies suggest room for differentiation."
        },
        "gapAnalysis": {
            "geographicGaps": [
                {
                    "areaDescription": "Prague 14 and Prague 22 districts show fewer competitors with strong digital presence and family-friendly amenities.",
                    "reasoning": "Several restaurants in these areas have limited or no social media activity and inconsistent service quality, indicating underserved digital engagement and customer experience."
                },
                {
                    "areaDescription": "Central tourist-heavy zones have limited mid-range family-friendly restaurants with outdoor seating and pet-friendly policies.",
                    "reasoning": "Competitors with these features are sparse, suggesting opportunity to capture tourists and locals seeking casual, accessible dining with unique amenities."
                }
            ],
            "serviceOfferingGaps": [
                {
                    "gapDescription": "Limited vegetarian and vegan menu options across many restaurants.",
                    "supportingEvidence": "Multiple competitors noted lack of vegetarian choices or limited plant-based offerings, reducing appeal to health-conscious and diverse dietary customers."
                },
                {
                    "gapDescription": "Inconsistent delivery and takeout quality, especially for niche cuisines.",
                    "supportingEvidence": "Indian, Asian, and halal fast food venues report mixed reviews on delivery timeliness and food quality, indicating opportunity for reliable service differentiation."
                },
                {
                    "gapDescription": "Underutilization of multi-platform digital marketing and content diversity.",
                    "supportingEvidence": "Most competitors rely on Facebook with minimal Instagram or TikTok presence, missing younger demographics and visual storytelling opportunities."
                }
            ],
            "qualitySentimentGaps": [
                {
                    "gapDescription": "Recurring negative themes around inconsistent food quality and seasoning.",
                    "implicationForNewBusiness": "Ensuring consistent, high-quality food preparation can build strong reputation and customer loyalty."
                },
                {
                    "gapDescription": "Service quality issues including slow, chaotic, or unfriendly staff.",
                    "implicationForNewBusiness": "Investing in staff training and operational efficiency can differentiate the brand and improve customer satisfaction."
                },
                {
                    "gapDescription": "Confusing or inaccurate opening hours and unexpected closures.",
                    "implicationForNewBusiness": "Clear communication and reliable operations enhance trust and reduce customer frustration."
                }
            ],
            "digitalPresenceGaps": [
                {
                    "gapDescription": "Underutilization of visual platforms like Instagram and TikTok.",
                    "opportunity": "New entrants can quickly build brand awareness and engagement with high-quality food photography, videos, and influencer collaborations."
                },
                {
                    "gapDescription": "Limited content diversity and low posting frequency on existing social media.",
                    "opportunity": "Regular, interactive content such as polls, stories, and live events can foster community and repeat visits."
                },
                {
                    "gapDescription": "Absence of social media presence for several well-rated restaurants.",
                    "opportunity": "Establishing social profiles can capture untapped digital audiences and improve reputation management."
                }
            ]
        },
        "locationSuggestions": [
            {
                "suggestedAreaName": "Prague 14 - Kyje and surroundings",
                "suggestedAreaDescription": "A residential district with family-oriented neighborhoods, moderate foot traffic, and limited mid-range family-friendly dining options. The area has good accessibility and parking facilities.",
                "representativeCoordinates": {
                    "latitude": 50.1105,
                    "longitude": 14.59
                },
                "reasoningForSuggestion": {
                    "addressesGeographicGap": "This area has fewer competitors with strong digital presence and family-friendly amenities, representing an underserved market segment.",
                    "fillsServiceOfferingGap": "Opportunity to offer consistent quality family dining with vegetarian options and outdoor seating.",
                    "leveragesQualityGap": "By focusing on reliable service and clear communication, a new entrant can differentiate from existing inconsistent competitors.",
                    "exploitsDigitalPresenceGap": "Strong multi-platform social media strategy can capture local families and younger demographics.",
                    "footTrafficPotentialRationale": "Proximity to residential zones and local schools supports steady family and group dining demand.",
                    "otherStrategicAdvantages": "Good parking availability and accessibility by public transport enhance convenience."
                },
                "potentialChallenges": [
                    "Moderate competition from established local eateries.",
                    "Need to build brand awareness in a less tourist-heavy area."
                ]
            },
            {
                "suggestedAreaName": "Prague 9 - Prosek and Vysočany",
                "suggestedAreaDescription": "A mixed-use district with growing residential and commercial developments, attracting young families and professionals. The area has moderate foot traffic and some existing restaurants with limited digital engagement.",
                "representativeCoordinates": {
                    "latitude": 50.11,
                    "longitude": 14.48
                },
                "reasoningForSuggestion": {
                    "addressesGeographicGap": "Competitors here show inconsistent service and limited social media presence, indicating opportunity for a well-managed, digitally savvy entrant.",
                    "fillsServiceOfferingGap": "Introducing diverse menu options including vegetarian and delivery with high quality can meet unmet customer needs.",
                    "leveragesQualityGap": "Operational excellence and transparent communication can build trust in a market with service complaints.",
                    "exploitsDigitalPresenceGap": "Active Instagram and TikTok content can engage younger professionals and families.",
                    "footTrafficPotentialRationale": "Growing residential population and commercial offices provide a steady customer base.",
                    "otherStrategicAdvantages": "Accessibility via public transport and parking options support customer convenience."
                },
                "potentialChallenges": [
                    "Competition from casual dining and fast food venues.",
                    "Need to differentiate through quality and digital marketing."
                ]
            },
            {
                "suggestedAreaName": "Prague 22 - Uhříněves and Benice",
                "suggestedAreaDescription": "Suburban districts with family-friendly environments, wellness and sports facilities, and limited mid-range dining options with strong digital presence. The area attracts locals and tourists visiting wellness hotels and sports clubs.",
                "representativeCoordinates": {
                    "latitude": 50.03,
                    "longitude": 14.65
                },
                "reasoningForSuggestion": {
                    "addressesGeographicGap": "Existing restaurants have limited social media activity and some service inconsistencies, leaving room for a digitally engaged, quality-focused entrant.",
                    "fillsServiceOfferingGap": "Opportunity to offer authentic cuisine with family amenities and accessible dining.",
                    "leveragesQualityGap": "Consistent food quality and attentive service can capture dissatisfied customers.",
                    "exploitsDigitalPresenceGap": "Leveraging Facebook, Instagram, and TikTok can build community and attract wellness tourists.",
                    "footTrafficPotentialRationale": "Proximity to wellness hotels, sports clubs, and residential areas supports diverse customer segments.",
                    "otherStrategicAdvantages": "Ample parking and accessibility enhance customer convenience."
                },
                "potentialChallenges": [
                    "Lower foot traffic compared to central Prague areas.",
                    "Need to educate market on new brand and offerings."
                ]
            }
        ],
        "analyzedCompetitorsSummary": [
            {
                "competitorName": "U2Kuchařů",
                "address": "Prague",
                "overallGMBRating": 3.9,
                "primaryOfferingFocus": "Family-friendly casual dining with outdoor garden seating and bar",
                "socialMediaStrength": "Moderate Facebook presence, no Instagram or TikTok",
                "keyStrength": "Strong family-friendly features and dog-friendly policy with cozy outdoor seating",
                "keyWeakness": "Inconsistent service quality and limited digital engagement"
            },
            {
                "competitorName": "Restaurace Sportklub Kolovraty",
                "address": "Prague",
                "overallGMBRating": 4.7,
                "primaryOfferingFocus": "Casual sports club restaurant with family-friendly environment",
                "socialMediaStrength": "No social media presence detected",
                "keyStrength": "Excellent service and cozy sports atmosphere",
                "keyWeakness": "Limited opening hours and no digital engagement"
            },
            {
                "competitorName": "Daawat Restaurant",
                "address": "Prague 9",
                "overallGMBRating": 3.9,
                "primaryOfferingFocus": "Casual Indian cuisine with delivery and takeout",
                "socialMediaStrength": "No social media presence",
                "keyStrength": "Friendly staff and authentic flavors at reasonable prices",
                "keyWeakness": "Inconsistent food quality and limited digital footprint"
            },
            {
                "competitorName": "Hostinec U Boudů",
                "address": "Kolovraty, Prague",
                "overallGMBRating": 4.5,
                "primaryOfferingFocus": "Traditional Czech cuisine with family and pet-friendly amenities",
                "socialMediaStrength": "Moderate Facebook and Instagram presence",
                "keyStrength": "Excellent food quality and accessibility features",
                "keyWeakness": "Service inconsistency and limited social media diversity"
            },
            {
                "competitorName": "MATOKA",
                "address": "Prague",
                "overallGMBRating": 3.9,
                "primaryOfferingFocus": "Halal-certified American fast food (burgers and cheesesteaks)",
                "socialMediaStrength": "Moderate Facebook presence, inactive Instagram",
                "keyStrength": "Halal certification and friendly staff",
                "keyWeakness": "Inconsistent food quality and operational reliability"
            },
            {
                "competitorName": "ATARI",
                "address": "Prague 22",
                "overallGMBRating": 4.6,
                "primaryOfferingFocus": "Family-friendly Asian restaurant with children's corner",
                "socialMediaStrength": "Moderate Facebook, weak Instagram, no TikTok",
                "keyStrength": "Excellent sushi and family amenities",
                "keyWeakness": "Service delays and modest digital engagement"
            },
            {
                "competitorName": "Arter Restaurant",
                "address": "Prague",
                "overallGMBRating": 3.8,
                "primaryOfferingFocus": "Casual dining with affordable beer and broad beverage selection",
                "socialMediaStrength": "No social media presence",
                "keyStrength": "Affordable beer and casual atmosphere",
                "keyWeakness": "Poor service and no digital engagement"
            },
            {
                "competitorName": "RESTAURANT CAFÉ BAR \"U zastávky\"",
                "address": "Prague 9",
                "overallGMBRating": 4.5,
                "primaryOfferingFocus": "Affordable homemade Czech lunch spot",
                "socialMediaStrength": "No social media presence",
                "keyStrength": "Affordable, fast service and wheelchair accessible",
                "keyWeakness": "Limited hours and no digital presence"
            },
            {
                "competitorName": "Sochi Restaurant",
                "address": "Prague 14",
                "overallGMBRating": 4.3,
                "primaryOfferingFocus": "Authentic Georgian, Russian, and Ukrainian cuisine with live music",
                "socialMediaStrength": "No social media presence",
                "keyStrength": "Authentic cuisine and cozy atmosphere",
                "keyWeakness": "No digital engagement and inconsistent service"
            },
            {
                "competitorName": "Restaurant Litchi",
                "address": "Prague 22",
                "overallGMBRating": 4.1,
                "primaryOfferingFocus": "Accessible Asian dining with diverse menu",
                "socialMediaStrength": "No social media presence",
                "keyStrength": "Accessibility and inclusivity",
                "keyWeakness": "Inconsistent food quality and no digital presence"
            },
            {
                "competitorName": "Švejk restaurant U Karla",
                "address": "Prague 22",
                "overallGMBRating": 4.5,
                "primaryOfferingFocus": "Authentic Czech cuisine with family-friendly amenities",
                "socialMediaStrength": "No social media presence",
                "keyStrength": "Strong local reputation and accessibility",
                "keyWeakness": "No digital engagement and occasional service issues"
            },
            {
                "competitorName": "Tetu Brissy Restaurant",
                "address": "Prague-Benice",
                "overallGMBRating": 4.4,
                "primaryOfferingFocus": "Mid-range dining in wellness hotel with desserts and wine",
                "socialMediaStrength": "Modest Facebook and Instagram presence",
                "keyStrength": "Excellent food and desserts",
                "keyWeakness": "Limited vegetarian options and low social media activity"
            },
            {
                "competitorName": "GAZDA restaurant",
                "address": "Prague 22-Uhříněves",
                "overallGMBRating": 4.4,
                "primaryOfferingFocus": "Authentic Ukrainian cuisine with cozy atmosphere",
                "socialMediaStrength": "No social media presence",
                "keyStrength": "Warm hospitality and authentic dishes",
                "keyWeakness": "Service inconsistencies and no digital engagement"
            },
            {
                "competitorName": "BoogieHouse Restaurant",
                "address": "Prague-Benice",
                "overallGMBRating": 4.6,
                "primaryOfferingFocus": "Family-friendly casual dining with live music and beer garden",
                "socialMediaStrength": "Moderate Facebook presence, no Instagram or TikTok",
                "keyStrength": "Excellent burgers and ribs with live music",
                "keyWeakness": "Limited vegetarian options and narrow social media footprint"
            },
            {
                "competitorName": "U Karla Pension Restaurant",
                "address": "Prague 22",
                "overallGMBRating": 4.8,
                "primaryOfferingFocus": "Authentic homemade Czech cuisine with beer garden",
                "socialMediaStrength": "Small Facebook presence",
                "keyStrength": "Excellent food and friendly service",
                "keyWeakness": "Limited social media activity and minor operational issues"
            }
        ]
    }
]
```

### 💰 Pricing model

This AI Agent uses the Apify pay-per-event (PPE) model. You're charged per competitor analyzed (`P_single`). The final report is **included** in the price.

**Total cost** = `(N * P_single)`

**Underlying actor costs** (billed separately):

- [Google Maps Scraper](https://apify.com/compass/crawler-google-places)

This modular model keeps pricing transparent and scalable.

### 🛠️ Framework & technology

Built using **LangChain**, this agent benefits from:

- Structured workflows with large language models
- Chain-based logic for data processing and insights
- Modular design for scalable geographic analysis

### ❓FAQ

#### How many competitors should I analyze?

For reliable results, analyze **15–30 competitors** with **50–100 reviews each**. Smaller markets may need only **10–15**.

#### Can I track market changes over time?

Yes. Schedule recurring runs (for example, **weekly or monthly**) to monitor trends, new entrants, and opportunities.

#### What types of businesses work best?

Local service businesses on Google Maps: **restaurants, cafés, salons, gyms, coworking spaces**, etc. B2B services may yield fewer insights.

#### How accurate are the location recommendations?

Recommendations are based on **comprehensive analysis**, but should be used to **augment real-world knowledge**, not replace it.

#### Can I compare multiple cities?

Yes. Run **separate analyses** for each city to compare potential for each.

# Actor input Schema

## `searchStringsArray` (type: `array`):

Type what you’d normally search for in the Google Maps search bar, like <b>English breakfast</b> or <b>pet shelter</b>. Aim for unique terms for faster processing. Using similar terms (e.g., <b>bar</b> vs. <b>restaurant</b> vs. <b>cafe</b>) may slightly increase your capture rate but is less efficient.<br><br> ⚠️ Heads up: Adding a location directly to the search, e.g., <b>restaurant Pittsburgh</b>, can limit you to a maximum of 120 results per search term due to <a href='https://blog.apify.com/google-places-api-limits/#%E2%9B%94-what-are-google-maps-limitations-for-scraping'>Google Maps' scrolling limit</a>.<br><br> You can also use direct place IDs here in the format <code>place\_id:ChIJ8\_JBApXMDUcRDzXcYUPTGUY</code>.See the [detailed description](https://apify.com/compass/crawler-google-places#search-terms).

## `locationQuery` (type: `string`):

Define location using free text. Simpler formats work best; e.g., use City + Country rather than City + Country + State. Verify with the <a href='https://nominatim.openstreetmap.org/ui/search.html'>OpenStreetMap webapp</a> for visual validation of the exact area you want to cover. <br><br>⚠️ Automatically defined City polygons may be smaller than expected (e.g., they don't include agglomeration areas). If you need to define the whole city area, head over to the 📡 <b>Geolocation parameters\*</b> section instead to select Country, State, US County, City, or Postal code.<br>For an even more precise location definition (especially when using City name as a starting point), head over to <b>🛰 Custom search area</b> section to create polygon shapes of the areas you want to scrape. Note that 📍 <b>Location</b> settings always take priority over <b>📡 Geolocation\*</b> (so use either section but not both at the same time). <br><br>For guidance and tricks on location definition, check <a href='https://blog.apify.com/google-places-api-limits/#2-choose-the-location-using-regular-toponomy%F0%9F%93%8D'>our tutorial</a>.

## `maxCrawledPlacesPerSearch` (type: `integer`):

Number of results you expect to get per each Search term, Category or URL. The higher the number, the longer it will take. <br><br>If you want to scrape all the places available, <b>leave this field empty</b> or use this section <b>🧭 Scrape all places on the map\*</b>.

## `language` (type: `string`):

Results details will show in this language.

## `categoryFilterWords` (type: `array`):

You can limit the places that are scraped based on the Category filter; you can choose as many categories for one flat fee for the whole field. ⚠️ Using categories can sometimes lead to false negatives, as many places do not properly categorize themselves, and there are over <a href='https://api.apify.com/v2/key-value-stores/epxZwNRgmnzzBpNJd/records/categories'> 4,000</a> available categories which Google Maps has. Using categories might filter out places that you’d like to scrape. To avoid this problem, you must list all categories that you want to scrape, including synonyms, e.g., divorce lawyer, divorce attorney, divorce service, etc. See the [detailed description](https://apify.com/compass/crawler-google-places#categories).

## `searchMatching` (type: `string`):

Restrict what places are scraped based on matching their name with provided 🔍 <b>Search term</b>. E.g., all places that have <b>chicken</b> in their name vs. places called <b>Kentucky Fried Chicken</b>.

## `placeMinimumStars` (type: `string`):

Scrape only places with a rating equal to or above the selected stars. Places without reviews will also be skipped. Keep in mind, filtering by reviews reduces the number of places found per credit spent, as many will be excluded.

## `skipClosedPlaces` (type: `boolean`):

Skip places that are marked as temporary or permanently closed. Ideal for focusing on currently open places.

## `countryCode` (type: `string`):

Set the country where the data extraction should be carried out, e.g., <b>United States</b>.

## `city` (type: `string`):

Enter the city where the data extraction should be carried out, e.g., <b>Pittsburgh</b>.<br><br>⚠️ <b>Do not include State or Country names here.</b><br><br>⚠️ Automatic City polygons may be smaller than expected (e.g., they don't include agglomeration areas). If you need that, set up the location using Country, State, US County, City, or Postal code.<br>For an even more precise location definition (, head over to <b>🛰 Custom search area</b> section to create polygon shapes of the areas you want to scrape.

## `state` (type: `string`):

Set a state where the data extraction should be carried out, e.g., <b>Massachusetts</b> (mainly for the US addresses).<br><br>⚠️ <b>Always combine State with other Location types</b>, otherwise you will scrape the whole state!

## `county` (type: `string`):

Set the US county where the data extraction should be carried out, e.g., <b>Madison</b>.<br><br>⚠️ <b>Always combine US county with other Location types</b>, otherwise you will scrape the whole county!

## `postalCode` (type: `string`):

Set the postal code of the area where the data extraction should be carried out, e.g., <b>10001</b>. <br><br>⚠️ <b>Combine Postal code only with 🗺 Country, never with 🌇 City. You can only input one postal code at a time.</b>

## `customGeolocation` (type: `object`):

Use this field to define the exact search area if other search area parameters don't work for you. See <a href='https://apify.com/compass/crawler-google-places#custom-search-area' target='_blank' rel='noopener'>readme</a> or <a href='https://blog.apify.com/google-places-api-limits/#1-create-a-custom-area-by-using-pairs-of-coordinates-%F0%9F%93%A1' target='_blank' rel='noopener'>our guide</a> for details.

## `startUrls` (type: `array`):

Max 300 results per search URL. Valid format for URLs contains <code>google.com/maps/</code>. This feature also supports uncommon URL formats such as: <code>google.com?cid=\*\*\*</code>, <code>goo.gl/maps</code>, and custom place list URL.

## Actor input object example

```json
{
  "searchStringsArray": [
    "restaurant"
  ],
  "locationQuery": "New York, USA",
  "maxCrawledPlacesPerSearch": 20,
  "language": "en",
  "searchMatching": "all",
  "placeMinimumStars": "",
  "skipClosedPlaces": false
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchStringsArray": [
        "restaurant"
    ],
    "locationQuery": "New York, USA",
    "maxCrawledPlacesPerSearch": 20,
    "language": "en"
};

// Run the Actor and wait for it to finish
const run = await client.actor("apify/market-expansion-agent").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchStringsArray": ["restaurant"],
    "locationQuery": "New York, USA",
    "maxCrawledPlacesPerSearch": 20,
    "language": "en",
}

# Run the Actor and wait for it to finish
run = client.actor("apify/market-expansion-agent").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchStringsArray": [
    "restaurant"
  ],
  "locationQuery": "New York, USA",
  "maxCrawledPlacesPerSearch": 20,
  "language": "en"
}' |
apify call apify/market-expansion-agent --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=apify/market-expansion-agent",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Market Expansion Agent",
        "description": "Use AI to help you plan your business’ expansion. Market Expansion Agent analyzes data from Google Maps and social media data to identify market gaps and recommend optimal locations for the next step in your business’ evolution.",
        "version": "0.0",
        "x-build-id": "Dx8fEBzSaHCeMLe4I"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/apify~market-expansion-agent/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-apify-market-expansion-agent",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/apify~market-expansion-agent/runs": {
            "post": {
                "operationId": "runs-sync-apify-market-expansion-agent",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/apify~market-expansion-agent/run-sync": {
            "post": {
                "operationId": "run-sync-apify-market-expansion-agent",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchStringsArray": {
                        "title": "🔍 Search term(s)",
                        "type": "array",
                        "description": "Type what you’d normally search for in the Google Maps search bar, like <b>English breakfast</b> or <b>pet shelter</b>. Aim for unique terms for faster processing. Using similar terms (e.g., <b>bar</b> vs. <b>restaurant</b> vs. <b>cafe</b>) may slightly increase your capture rate but is less efficient.<br><br> ⚠️ Heads up: Adding a location directly to the search, e.g., <b>restaurant Pittsburgh</b>, can limit you to a maximum of 120 results per search term due to <a href='https://blog.apify.com/google-places-api-limits/#%E2%9B%94-what-are-google-maps-limitations-for-scraping'>Google Maps' scrolling limit</a>.<br><br> You can also use direct place IDs here in the format <code>place_id:ChIJ8_JBApXMDUcRDzXcYUPTGUY</code>.See the [detailed description](https://apify.com/compass/crawler-google-places#search-terms).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "locationQuery": {
                        "title": "📍 Location (use only one location per run)",
                        "type": "string",
                        "description": "Define location using free text. Simpler formats work best; e.g., use City + Country rather than City + Country + State. Verify with the <a href='https://nominatim.openstreetmap.org/ui/search.html'>OpenStreetMap webapp</a> for visual validation of the exact area you want to cover. <br><br>⚠️ Automatically defined City polygons may be smaller than expected (e.g., they don't include agglomeration areas). If you need to define the whole city area, head over to the 📡 <b>Geolocation parameters*</b> section instead to select Country, State, US County, City, or Postal code.<br>For an even more precise location definition (especially when using City name as a starting point), head over to <b>🛰 Custom search area</b> section to create polygon shapes of the areas you want to scrape. Note that 📍 <b>Location</b> settings always take priority over <b>📡 Geolocation*</b> (so use either section but not both at the same time). <br><br>For guidance and tricks on location definition, check <a href='https://blog.apify.com/google-places-api-limits/#2-choose-the-location-using-regular-toponomy%F0%9F%93%8D'>our tutorial</a>."
                    },
                    "maxCrawledPlacesPerSearch": {
                        "title": "💯 Number of places to extract (per each search term or URL)",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Number of results you expect to get per each Search term, Category or URL. The higher the number, the longer it will take. <br><br>If you want to scrape all the places available, <b>leave this field empty</b> or use this section <b>🧭 Scrape all places on the map*</b>.",
                        "default": 20
                    },
                    "language": {
                        "title": "🌍 Language",
                        "enum": [
                            "en",
                            "af",
                            "az",
                            "id",
                            "ms",
                            "bs",
                            "ca",
                            "cs",
                            "da",
                            "de",
                            "et",
                            "es",
                            "es-419",
                            "eu",
                            "fil",
                            "fr",
                            "gl",
                            "hr",
                            "zu",
                            "is",
                            "it",
                            "sw",
                            "lv",
                            "lt",
                            "hu",
                            "nl",
                            "no",
                            "uz",
                            "pl",
                            "pt-BR",
                            "pt-PT",
                            "ro",
                            "sq",
                            "sk",
                            "sl",
                            "fi",
                            "sv",
                            "vi",
                            "tr",
                            "el",
                            "bg",
                            "ky",
                            "kk",
                            "mk",
                            "mn",
                            "ru",
                            "sr",
                            "uk",
                            "ka",
                            "hy",
                            "iw",
                            "ur",
                            "ar",
                            "fa",
                            "am",
                            "ne",
                            "hi",
                            "mr",
                            "bn",
                            "pa",
                            "gu",
                            "ta",
                            "te",
                            "kn",
                            "ml",
                            "si",
                            "th",
                            "lo",
                            "my",
                            "km",
                            "ko",
                            "ja",
                            "zh-CN",
                            "zh-TW"
                        ],
                        "type": "string",
                        "description": "Results details will show in this language.",
                        "default": "en"
                    },
                    "categoryFilterWords": {
                        "title": "🎢 Place categories ($)",
                        "type": "array",
                        "description": "You can limit the places that are scraped based on the Category filter; you can choose as many categories for one flat fee for the whole field. ⚠️ Using categories can sometimes lead to false negatives, as many places do not properly categorize themselves, and there are over <a href='https://api.apify.com/v2/key-value-stores/epxZwNRgmnzzBpNJd/records/categories'> 4,000</a> available categories which Google Maps has. Using categories might filter out places that you’d like to scrape. To avoid this problem, you must list all categories that you want to scrape, including synonyms, e.g., divorce lawyer, divorce attorney, divorce service, etc. See the [detailed description](https://apify.com/compass/crawler-google-places#categories).",
                        "items": {
                            "type": "string",
                            "enum": [
                                "abbey",
                                "accountant",
                                "acupuncturist",
                                "aeroclub",
                                "airline",
                                "airport",
                                "airstrip",
                                "allergist",
                                "amphitheatre",
                                "anesthesiologist",
                                "anodizer",
                                "appraiser",
                                "aquarium",
                                "arboretum",
                                "architect",
                                "archive",
                                "arena",
                                "artist",
                                "asador",
                                "ashram",
                                "astrologer",
                                "atm",
                                "audiologist",
                                "auditor",
                                "auditorium",
                                "babysitter",
                                "bakery",
                                "band",
                                "bank",
                                "bar",
                                "barrister",
                                "basilica",
                                "bazar",
                                "beach",
                                "beautician",
                                "berufsfachschule",
                                "bistro",
                                "blacksmith",
                                "bookbinder",
                                "bookmaker",
                                "botanica",
                                "boutique",
                                "brewery",
                                "brewpub",
                                "bricklayer",
                                "bridge",
                                "bullring",
                                "cafe",
                                "cafeteria",
                                "camp",
                                "campground",
                                "cannery",
                                "cardiologist",
                                "carpenter",
                                "carpool",
                                "casino",
                                "castle",
                                "cathedral",
                                "cattery",
                                "cemetery",
                                "chalet",
                                "chapel",
                                "charcuterie",
                                "charity",
                                "chiropractor",
                                "choir",
                                "church",
                                "churreria",
                                "circus",
                                "class",
                                "cleaners",
                                "clergyman",
                                "clinic",
                                "club",
                                "coalfield",
                                "college",
                                "confectionery",
                                "congregation",
                                "consultant",
                                "contractor",
                                "conveyancer",
                                "coppersmith",
                                "cottage",
                                "council",
                                "counselor",
                                "creche",
                                "creperie",
                                "dairy",
                                "deli",
                                "dentist",
                                "dermatologist",
                                "dhaba",
                                "diabetologist",
                                "dietitian",
                                "diner",
                                "disco",
                                "distillery",
                                "dj",
                                "doctor",
                                "doula",
                                "dressmaker",
                                "drugstore",
                                "dyeworks",
                                "electrician",
                                "embassy",
                                "endocrinologist",
                                "endodontist",
                                "endoscopist",
                                "engineer",
                                "engraver",
                                "entertainer",
                                "executor",
                                "exhibit",
                                "exporter",
                                "fairground",
                                "farm",
                                "farmstay",
                                "favela",
                                "festival",
                                "florist",
                                "fortress",
                                "foundation",
                                "foundry",
                                "frituur",
                                "garden",
                                "gardener",
                                "gasfitter",
                                "gastroenterologist",
                                "gastropub",
                                "gemologist",
                                "genealogist",
                                "geriatrician",
                                "glazier",
                                "goldsmith",
                                "greenhouse",
                                "gym",
                                "gynecologist",
                                "haberdashery",
                                "hammam",
                                "handicraft",
                                "handyman",
                                "hauptschule",
                                "heliport",
                                "helpline",
                                "hematologist",
                                "hepatologist",
                                "herbalist",
                                "homeopath",
                                "hospice",
                                "hospital",
                                "hostel",
                                "hotel",
                                "hypermarket",
                                "immunologist",
                                "importer",
                                "inn",
                                "intensivist",
                                "internist",
                                "iut",
                                "jeweler",
                                "joiner",
                                "junkyard",
                                "karaoke",
                                "kennel",
                                "kindergarten",
                                "kinesiologist",
                                "kinesiotherapist",
                                "kiosk",
                                "laboratory",
                                "landscaper",
                                "lapidary",
                                "laundromat",
                                "laundry",
                                "lawyer",
                                "leisurecentre",
                                "library",
                                "lido",
                                "liquidator",
                                "locksmith",
                                "lodge",
                                "lodging",
                                "lounge",
                                "lyceum",
                                "magician",
                                "makerspace",
                                "manufacturer",
                                "marae",
                                "marina",
                                "market",
                                "mechanic",
                                "memorial",
                                "meyhane",
                                "midwife",
                                "mill",
                                "mine",
                                "mission",
                                "mohel",
                                "monastery",
                                "mortuary",
                                "mosque",
                                "motel",
                                "musalla",
                                "museum",
                                "musician",
                                "nephrologist",
                                "neurologist",
                                "neurophysiologist",
                                "neuropsychologist",
                                "neurosurgeon",
                                "newsstand",
                                "numerologist",
                                "nunnery",
                                "nutritionist",
                                "observatory",
                                "oilfield",
                                "oncologist",
                                "onsen",
                                "ophthalmologist",
                                "optician",
                                "optometrist",
                                "orchard",
                                "orchestra",
                                "orphanage",
                                "orthodontist",
                                "orthoptist",
                                "osteopath",
                                "otolaryngologist",
                                "pachinko",
                                "pagoda",
                                "painter",
                                "painting",
                                "parapharmacy",
                                "parish",
                                "park",
                                "pathologist",
                                "patisserie",
                                "pediatrician",
                                "pedorthist",
                                "periodontist",
                                "pharmacy",
                                "photographer",
                                "physiatrist",
                                "physiotherapist",
                                "planetarium",
                                "playground",
                                "playgroup",
                                "plumber",
                                "podiatrist",
                                "preschool",
                                "priest",
                                "prison",
                                "proctologist",
                                "promenade",
                                "prosthetics",
                                "prosthodontist",
                                "psychiatrist",
                                "psychic",
                                "psychoanalyst",
                                "psychologist",
                                "psychotherapist",
                                "pub",
                                "publisher",
                                "pulmonologist",
                                "pyrotechnician",
                                "quarry",
                                "radiologist",
                                "radiotherapist",
                                "rafting",
                                "ranch",
                                "realschule",
                                "recruiter",
                                "rectory",
                                "reflexologist",
                                "remodeler",
                                "restaurant",
                                "rheumatologist",
                                "rodeo",
                                "rugby",
                                "sacem",
                                "saddlery",
                                "sailmaker",
                                "sambodrome",
                                "sauna",
                                "scaffolder",
                                "school",
                                "scouting",
                                "sculptor",
                                "sculpture",
                                "seitai",
                                "seminary",
                                "sexologist",
                                "shelter",
                                "shipyard",
                                "shopfitter",
                                "showroom",
                                "shrine",
                                "silversmith",
                                "slaughterhouse",
                                "soapland",
                                "spa",
                                "stable",
                                "stadium",
                                "stage",
                                "statuary",
                                "store",
                                "stylist",
                                "supermarket",
                                "surgeon",
                                "surveyor",
                                "synagogue",
                                "tailor",
                                "tannery",
                                "taxidermist",
                                "toolroom",
                                "translator",
                                "turnery",
                                "university",
                                "urologist",
                                "velodrome",
                                "venereologist",
                                "veterinarian",
                                "villa",
                                "vineyard",
                                "warehouse",
                                "weir",
                                "welder",
                                "wholesaler",
                                "winery",
                                "woodworker",
                                "yakatabune",
                                "yeshiva",
                                "zoo",
                                "aadhar center",
                                "abarth dealer",
                                "abortion clinic",
                                "abrasives supplier",
                                "acai shop",
                                "acaraje restaurant",
                                "accounting firm",
                                "accounting school",
                                "acoustical consultant",
                                "acrylic store",
                                "acupuncture clinic",
                                "acupuncture school",
                                "acura dealer",
                                "administrative attorney",
                                "adoption agency",
                                "adventure sports",
                                "advertising agency",
                                "advertising photographer",
                                "aerial photographer",
                                "aerobics instructor",
                                "aeromodel shop",
                                "aeronautical engineer",
                                "aerospace company",
                                "afghani restaurant",
                                "african restaurant",
                                "agenzia entrate",
                                "aggregate supplier",
                                "agistment service",
                                "agricultural association",
                                "agricultural cooperative",
                                "agricultural engineer",
                                "agricultural organization",
                                "agricultural production",
                                "agricultural service",
                                "agrochemicals supplier",
                                "aikido club",
                                "aikido school",
                                "air taxi",
                                "airbrushing service",
                                "aircraft dealer",
                                "aircraft manufacturer",
                                "airplane exhibit",
                                "alcohol manufacturer",
                                "alliance church",
                                "alsace restaurant",
                                "alternator supplier",
                                "aluminium supplier",
                                "aluminum welder",
                                "aluminum window",
                                "amateur theatre",
                                "ambulance service",
                                "american restaurant",
                                "ammunition supplier",
                                "amusement center",
                                "amusement park",
                                "anago restaurant",
                                "andalusian restaurant",
                                "andhra restaurant",
                                "anganwadi center",
                                "anglican church",
                                "animal hospital",
                                "animal park",
                                "animal shelter",
                                "animation studio",
                                "anime club",
                                "antique store",
                                "apartment building",
                                "apartment complex",
                                "apostolic church",
                                "appliance store",
                                "apprenticeship center",
                                "aquaculture farm",
                                "aquarium shop",
                                "aquatic center",
                                "arab restaurant",
                                "archaeological museum",
                                "archery club",
                                "archery range",
                                "archery store",
                                "architects association",
                                "architectural designer",
                                "architecture firm",
                                "architecture school",
                                "argentinian restaurant",
                                "armenian church",
                                "armenian restaurant",
                                "army base",
                                "army facility",
                                "army museum",
                                "aromatherapy class",
                                "aromatherapy service",
                                "art cafe",
                                "art center",
                                "art dealer",
                                "art gallery",
                                "art museum",
                                "art school",
                                "art studio",
                                "arts organization",
                                "asian restaurant",
                                "asphalt contractor",
                                "assamese restaurant",
                                "assistante maternelle",
                                "asturian restaurant",
                                "athletic club",
                                "athletic field",
                                "athletic park",
                                "athletic track",
                                "atv dealer",
                                "auction house",
                                "audi dealer",
                                "australian restaurant",
                                "austrian restaurant",
                                "auto auction",
                                "auto broker",
                                "auto market",
                                "auto painting",
                                "auto upholsterer",
                                "auto wrecker",
                                "automation company",
                                "aviation consultant",
                                "awadhi restaurant",
                                "awning supplier",
                                "ayurvedic clinic",
                                "azerbaijani restaurant",
                                "baby store",
                                "baden restaurant",
                                "badminton club",
                                "badminton complex",
                                "badminton court",
                                "bag shop",
                                "bagel shop",
                                "bait shop",
                                "bakery equipment",
                                "bakso restaurant",
                                "balinese restaurant",
                                "ballet school",
                                "ballet theater",
                                "balloon artist",
                                "balloon store",
                                "bangladeshi restaurant",
                                "bangle shop",
                                "bankruptcy attorney",
                                "bankruptcy service",
                                "banner store",
                                "banquet hall",
                                "baptist church",
                                "bar pmu",
                                "bar tabac",
                                "barbecue restaurant",
                                "barbecue spots",
                                "barber school",
                                "barber shop",
                                "bariatric surgeon",
                                "bark supplier",
                                "barrel supplier",
                                "bartending school",
                                "baseball club",
                                "baseball field",
                                "basket supplier",
                                "basketball club",
                                "basketball court",
                                "basque restaurant",
                                "batak restaurant",
                                "bathroom remodeler",
                                "battery manufacturer",
                                "battery store",
                                "battery wholesaler",
                                "bavarian restaurant",
                                "bbq area",
                                "beach club",
                                "beach pavillion",
                                "bead store",
                                "bead wholesaler",
                                "bearing supplier",
                                "beauty salon",
                                "beauty school",
                                "bed shop",
                                "bedding store",
                                "beer distributor",
                                "beer garden",
                                "beer hall",
                                "beer store",
                                "belgian restaurant",
                                "belt shop",
                                "bengali restaurant",
                                "bentley dealer",
                                "berry restaurant",
                                "betawi restaurant",
                                "betting agency",
                                "beverage distributor",
                                "bicycle club",
                                "bicycle rack",
                                "bicycle store",
                                "bicycle wholesale",
                                "bike wash",
                                "bilingual school",
                                "bingo hall",
                                "biochemical supplier",
                                "biochemistry lab",
                                "biofeedback therapist",
                                "biotechnology company",
                                "biotechnology engineer",
                                "bird shop",
                                "birth center",
                                "biryani restaurant",
                                "blind school",
                                "blinds shop",
                                "blood bank",
                                "blueprint service",
                                "blues club",
                                "bmw dealer",
                                "bmx club",
                                "bmx park",
                                "bmx track",
                                "boarding house",
                                "boarding school",
                                "boat builder",
                                "boat club",
                                "boat dealer",
                                "boat ramp",
                                "boating instructor",
                                "boiler manufacturer",
                                "boiler supplier",
                                "bonesetting house",
                                "book publisher",
                                "book store",
                                "bookkeeping service",
                                "books wholesaler",
                                "boot camp",
                                "boot store",
                                "border guard",
                                "botanical garden",
                                "bowling alley",
                                "bowling club",
                                "boxing club",
                                "boxing gym",
                                "boxing ring",
                                "bpo company",
                                "brake shop",
                                "branding agency",
                                "brazilian pastelaria",
                                "brazilian restaurant",
                                "breakfast restaurant",
                                "brick manufacturer",
                                "bridal shop",
                                "bridge club",
                                "british restaurant",
                                "brunch restaurant",
                                "buddhist temple",
                                "buffet restaurant",
                                "bugatti dealer",
                                "buick dealer",
                                "building consultant",
                                "building designer",
                                "building firm",
                                "building inspector",
                                "building society",
                                "building surveyor",
                                "bulgarian restaurant",
                                "burmese restaurant",
                                "burrito restaurant",
                                "bus charter",
                                "bus company",
                                "bus depot",
                                "business broker",
                                "business center",
                                "business park",
                                "business school",
                                "butcher shop",
                                "butsudan store",
                                "cabaret club",
                                "cabinet maker",
                                "cabinet store",
                                "cable company",
                                "cadillac dealer",
                                "cajun restaurant",
                                "cake shop",
                                "californian restaurant",
                                "call center",
                                "call shop",
                                "calligraphy lesson",
                                "cambodian restaurant",
                                "camera store",
                                "camping cabin",
                                "camping farm",
                                "camping store",
                                "canadian restaurant",
                                "candle store",
                                "candy store",
                                "cannabis club",
                                "cannabis store",
                                "canoeing area",
                                "cantabrian restaurant",
                                "cantonese restaurant",
                                "capoeira school",
                                "capsule hotel",
                                "car dealer",
                                "car factory",
                                "car manufacturer",
                                "car repair",
                                "car service",
                                "car wash",
                                "carabinieri police",
                                "caribbean restaurant",
                                "carnival club",
                                "carpet installer",
                                "carpet manufacturer",
                                "carpet store",
                                "carpet wholesaler",
                                "carvery restaurant",
                                "casket service",
                                "castilian restaurant",
                                "cat breeder",
                                "cat cafe",
                                "cat trainer",
                                "catalonian restaurant",
                                "catering service",
                                "catholic cathedral",
                                "catholic church",
                                "catholic school",
                                "cattle farm",
                                "cattle market",
                                "caucasian restaurant",
                                "cbse school",
                                "cd store",
                                "ceiling supplier",
                                "cement manufacturer",
                                "cement supplier",
                                "cendol restaurant",
                                "central authority",
                                "central bank",
                                "ceramic manufacturer",
                                "ceramics wholesaler",
                                "certification agency",
                                "chankonabe restaurant",
                                "charter school",
                                "chartered accountant",
                                "cheese manufacturer",
                                "cheese shop",
                                "cheesesteak restaurant",
                                "chemical engineer",
                                "chemical exporter",
                                "chemical manufacturer",
                                "chemical plant",
                                "chemical wholesaler",
                                "chemistry faculty",
                                "chemistry lab",
                                "chesapeake restaurant",
                                "chess club",
                                "chess instructor",
                                "chettinad restaurtant",
                                "chevrolet dealer",
                                "chicken hatchery",
                                "chicken restaurant",
                                "chicken shop",
                                "child psychiatrist",
                                "child psychologist",
                                "childbirth class",
                                "children hall",
                                "children policlinic",
                                "childrens cafe",
                                "childrens club",
                                "childrens farm",
                                "childrens home",
                                "childrens hospital",
                                "childrens library",
                                "childrens museum",
                                "childrens store",
                                "childrens theater",
                                "chilean restaurant",
                                "chimney services",
                                "chimney sweep",
                                "chinaware store",
                                "chinese pastry",
                                "chinese restaurant",
                                "chinese supermarket",
                                "chinese takeaway",
                                "chocolate artisan",
                                "chocolate cafe",
                                "chocolate factory",
                                "chocolate shop",
                                "chop bar",
                                "chophouse restaurant",
                                "christian church",
                                "christian college",
                                "christmas market",
                                "christmas store",
                                "chrysler dealer",
                                "cider bar",
                                "cider mill",
                                "cigar shop",
                                "citroen dealer",
                                "city administration",
                                "city courthouse",
                                "city hall",
                                "city park",
                                "civic center",
                                "civil defence",
                                "civil engineer",
                                "civil police",
                                "civil registry",
                                "clothes market",
                                "clothing store",
                                "clothing supplier",
                                "clothing wholesaler",
                                "cng station",
                                "coaching center",
                                "coal exporter",
                                "coal supplier",
                                "coat wholesaler",
                                "cocktail bar",
                                "coed school",
                                "coffee roasters",
                                "coffee shop",
                                "coffee stand",
                                "coffee store",
                                "coffee wholesaler",
                                "coffin supplier",
                                "coin dealer",
                                "collectibles store",
                                "colombian restaurant",
                                "comedy club",
                                "comic cafe",
                                "commercial agent",
                                "commercial printer",
                                "commercial refrigeration",
                                "community center",
                                "community college",
                                "community garden",
                                "community school",
                                "company registry",
                                "computer club",
                                "computer consultant",
                                "computer service",
                                "computer store",
                                "computer wholesaler",
                                "concert hall",
                                "concrete contractor",
                                "concrete factory",
                                "condiments supplier",
                                "condominium complex",
                                "confectionery wholesaler",
                                "conference center",
                                "conservation department",
                                "conservative club",
                                "conservative synagogue",
                                "conservatory specialist",
                                "consignment shop",
                                "construction company",
                                "container service",
                                "container supplier",
                                "container terminal",
                                "containers supplier",
                                "continental restaurant",
                                "convenience store",
                                "convention center",
                                "cookie shop",
                                "cooking class",
                                "cooking school",
                                "cooling plant",
                                "cooperative bank",
                                "copper supplier",
                                "copy shop",
                                "copywriting service",
                                "corporate campus",
                                "corporate office",
                                "cosmetic dentist",
                                "cosmetic surgeon",
                                "cosmetics industry",
                                "cosmetics store",
                                "cosmetics wholesaler",
                                "cosplay cafe",
                                "costume store",
                                "cottage rental",
                                "cotton exporter",
                                "cotton mill",
                                "cotton supplier",
                                "countertop contractor",
                                "countertop store",
                                "country club",
                                "country house",
                                "country park",
                                "courier service",
                                "court reporter",
                                "couscous restaurant",
                                "couture store",
                                "coworking space",
                                "craft store",
                                "cramming school",
                                "crane dealer",
                                "crane service",
                                "craniosacral therapy",
                                "credit union",
                                "cremation service",
                                "creole restaurant",
                                "cricket club",
                                "cricket ground",
                                "cricket shop",
                                "croatian restaurant",
                                "crop grower",
                                "croquet club",
                                "cruise agency",
                                "cruise line",
                                "cruise terminal",
                                "crypto atm",
                                "cuban restaurant",
                                "culinary school",
                                "cultural association",
                                "cultural center",
                                "cultural landmark",
                                "cupcake shop",
                                "cupra dealer",
                                "curling club",
                                "curling hall",
                                "curtain store",
                                "custom tailor",
                                "customs broker",
                                "customs consultant",
                                "customs department",
                                "customs office",
                                "customs warehouse",
                                "cutlery store",
                                "cycling park",
                                "czech restaurant",
                                "dacia dealer",
                                "daihatsu dealer",
                                "dairy farm",
                                "dairy store",
                                "dairy supplier",
                                "dance club",
                                "dance company",
                                "dance conservatory",
                                "dance hall",
                                "dance pavillion",
                                "dance restaurant",
                                "dance school",
                                "dance store",
                                "danish restaurant",
                                "dart bar",
                                "dating service",
                                "day spa",
                                "deaf church",
                                "deaf service",
                                "debt collecting",
                                "decal supplier",
                                "deck builder",
                                "delivery service",
                                "demolition contractor",
                                "dental clinic",
                                "dental hygienist",
                                "dental laboratory",
                                "dental radiology",
                                "dental school",
                                "department store",
                                "desalination plant",
                                "design agency",
                                "design engineer",
                                "design institute",
                                "dessert buffet",
                                "dessert restaurant",
                                "dessert shop",
                                "detention center",
                                "diabetes center",
                                "diagnostic center",
                                "dialysis center",
                                "diamond buyer",
                                "diamond dealer",
                                "diaper service",
                                "digital printer",
                                "dinner theater",
                                "dirt supplier",
                                "discount store",
                                "discount supermarket",
                                "distribution service",
                                "district attorney",
                                "district council",
                                "district justice",
                                "district office",
                                "dive club",
                                "dive shop",
                                "diving center",
                                "diving service",
                                "divorce attorney",
                                "divorce service",
                                "dock builder",
                                "dodge dealer",
                                "dog breeder",
                                "dog cafe",
                                "dog park",
                                "dog trainer",
                                "dog walker",
                                "dojo restaurant",
                                "doll store",
                                "dollar store",
                                "domestic airport",
                                "dominican restaurant",
                                "donations center",
                                "donut shop",
                                "door manufacturer",
                                "door shop",
                                "door supplier",
                                "door warehouse",
                                "drafting service",
                                "drainage service",
                                "drama school",
                                "drama theater",
                                "drawing lessons",
                                "dress shop",
                                "drilling contractor",
                                "driveshaft shop",
                                "driving school",
                                "drone shop",
                                "drum school",
                                "drum store",
                                "dry cleaner",
                                "ducati dealer",
                                "dude ranch",
                                "dumpling restaurant",
                                "durum restaurant",
                                "dutch restaurant",
                                "dvd store",
                                "dye store",
                                "dynamometer supplier",
                                "eclectic restaurant",
                                "ecological park",
                                "ecologists association",
                                "economic consultant",
                                "ecuadorian restaurant",
                                "education center",
                                "educational consultant",
                                "educational institution",
                                "egg supplier",
                                "egyptian restaurant",
                                "electrical engineer",
                                "electrical substation",
                                "electrical wholesaler",
                                "electronic engineer",
                                "electronics company",
                                "electronics engineer",
                                "electronics exporter",
                                "electronics manufacturer",
                                "electronics store",
                                "electronics wholesaler",
                                "elementary school",
                                "elevator manufacturer",
                                "elevator service",
                                "embossing service",
                                "embroidery service",
                                "embroidery shop",
                                "emergency room",
                                "emergency training",
                                "employment agency",
                                "employment attorney",
                                "employment center",
                                "employment consultant",
                                "energy supplier",
                                "engineering consultant",
                                "engineering school",
                                "english restaurant",
                                "entertainment agency",
                                "envelope supplier",
                                "environment office",
                                "environmental consultant",
                                "environmental engineer",
                                "environmental organization",
                                "episcopal church",
                                "equestrian club",
                                "equestrian facility",
                                "equestrian store",
                                "equipment exporter",
                                "equipment importer",
                                "equipment supplier",
                                "eritrean restaurant",
                                "erotic massage",
                                "escrow service",
                                "espresso bar",
                                "estate appraiser",
                                "estate liquidator",
                                "ethiopian restaurant",
                                "ethnographic museum",
                                "european restaurant",
                                "evangelical church",
                                "evening school",
                                "event planner",
                                "event venue",
                                "excavating contractor",
                                "exhibition planner",
                                "extremadurian restaurant",
                                "eyebrow bar",
                                "eyelash salon",
                                "fabric store",
                                "fabric wholesaler",
                                "fabrication engineer",
                                "facial spa",
                                "falafel restaurant",
                                "family counselor",
                                "family restaurant",
                                "farm bureau",
                                "farm school",
                                "farm shop",
                                "farmers market",
                                "farrier service",
                                "fashion designer",
                                "fastener supplier",
                                "fax service",
                                "federal police",
                                "feed manufacturer",
                                "feed store",
                                "fence contractor",
                                "fencing salon",
                                "fencing school",
                                "ferrari dealer",
                                "ferris wheel",
                                "ferry service",
                                "fertility clinic",
                                "fertility physician",
                                "fertilizer supplier",
                                "festival hall",
                                "fiat dealer",
                                "fiberglass supplier",
                                "figurine shop",
                                "filipino restaurant",
                                "filtration plant",
                                "finance broker",
                                "financial advisor",
                                "financial audit",
                                "financial consultant",
                                "financial institution",
                                "financial planner",
                                "fingerprinting service",
                                "finnish restaurant",
                                "fire station",
                                "firearms academy",
                                "fireplace manufacturer",
                                "fireplace store",
                                "firewood supplier",
                                "fireworks store",
                                "fireworks supplier",
                                "first aid",
                                "fish farm",
                                "fish processing",
                                "fish restaurant",
                                "fish spa",
                                "fish store",
                                "fishing camp",
                                "fishing charter",
                                "fishing club",
                                "fishing pier",
                                "fishing pond",
                                "fishing store",
                                "fitness center",
                                "flag store",
                                "flamenco school",
                                "flamenco theater",
                                "flea market",
                                "flight school",
                                "floating market",
                                "flooring contractor",
                                "flooring store",
                                "floridian restaurant",
                                "flour mill",
                                "flower delivery",
                                "flower designer",
                                "flower market",
                                "fmcg manufacturer",
                                "fondue restaurant",
                                "food bank",
                                "food broker",
                                "food court",
                                "food manufacturer",
                                "food producer",
                                "foot bath",
                                "foot care",
                                "football club",
                                "football field",
                                "ford dealer",
                                "foreclosure service",
                                "foreign consulate",
                                "forensic consultant",
                                "forestry service",
                                "forklift dealer",
                                "fountain contractor",
                                "foursquare church",
                                "franconian restaurant",
                                "fraternal organization",
                                "free clinic",
                                "freestyle wrestling",
                                "french restaurant",
                                "friends church",
                                "fruit parlor",
                                "fruit wholesaler",
                                "fruits wholesaler",
                                "fuel supplier",
                                "fugu restaurant",
                                "funeral director",
                                "funeral home",
                                "fur manufacturer",
                                "fur service",
                                "furnace store",
                                "furniture accessories",
                                "furniture maker",
                                "furniture manufacturer",
                                "furniture store",
                                "furniture wholesaler",
                                "fusion restaurant",
                                "futon store",
                                "futsal field",
                                "galician restaurant",
                                "gambling house",
                                "gambling instructor",
                                "game store",
                                "garage builder",
                                "garbage dump",
                                "garden center",
                                "garden machinery",
                                "garment exporter",
                                "gas company",
                                "gas engineer",
                                "gas shop",
                                "gas station",
                                "gasket manufacturer",
                                "gastrointestinal surgeon",
                                "gated community",
                                "gay bar",
                                "gay sauna",
                                "gazebo builder",
                                "general contractor",
                                "general hospital",
                                "general practitioner",
                                "general store",
                                "generator shop",
                                "genesis dealer",
                                "geological service",
                                "georgian restaurant",
                                "geotechnical engineer",
                                "german restaurant",
                                "ghost town",
                                "gift shop",
                                "girl bar",
                                "glass blower",
                                "glass engraving",
                                "glass industry",
                                "glass manufacturer",
                                "glass merchant",
                                "glass shop",
                                "glassware manufacturer",
                                "glassware store",
                                "glassware wholesaler",
                                "gmc dealer",
                                "goan restaurant",
                                "gold dealer",
                                "goldfish store",
                                "golf club",
                                "golf course",
                                "golf instructor",
                                "golf shop",
                                "gospel church",
                                "government college",
                                "government hospital",
                                "government office",
                                "government school",
                                "gps supplier",
                                "graduate school",
                                "grain elevator",
                                "grammar school",
                                "granite supplier",
                                "graphic designer",
                                "gravel pit",
                                "gravel plant",
                                "greek restaurant",
                                "green grocers",
                                "greyhound stadium",
                                "grill store",
                                "grocery store",
                                "group home",
                                "grow shop",
                                "guardia civil",
                                "guatemalan restaurant",
                                "guest house",
                                "guitar instructor",
                                "guitar store",
                                "gujarati restaurant",
                                "gun club",
                                "gun shop",
                                "gymnasium school",
                                "gymnastics center",
                                "gymnastics club",
                                "gynecologist only",
                                "gyro restaurant",
                                "hair salon",
                                "haitian restaurant",
                                "hakka restaurant",
                                "halal restaurant",
                                "haleem restaurant",
                                "halfway house",
                                "ham shop",
                                "hamburger restaurant",
                                "hand surgeon",
                                "handbags shop",
                                "handball club",
                                "handball court",
                                "handicraft exporter",
                                "handicraft fair",
                                "handicraft museum",
                                "handicraft school",
                                "handicrafts wholesaler",
                                "hardware store",
                                "hat shop",
                                "haunted house",
                                "hawaiian restaurant",
                                "hawker centre",
                                "hawker stall",
                                "hay supplier",
                                "health consultant",
                                "health counselor",
                                "health resort",
                                "health spa",
                                "heart hospital",
                                "heating contractor",
                                "height works",
                                "helicopter charter",
                                "herb shop",
                                "heritage building",
                                "heritage museum",
                                "heritage preservation",
                                "heritage railroad",
                                "high school",
                                "highway patrol",
                                "hiking area",
                                "hiking guide",
                                "hindu priest",
                                "hindu temple",
                                "hispanic church",
                                "historical landmark",
                                "historical society",
                                "history museum",
                                "hoagie restaurant",
                                "hobby store",
                                "hockey club",
                                "hockey field",
                                "hockey rink",
                                "holding company",
                                "holiday home",
                                "home builder",
                                "home hairdresser",
                                "home help",
                                "home inspector",
                                "homekill service",
                                "homeless service",
                                "homeless shelter",
                                "homeopathic pharmacy",
                                "homeowners association",
                                "honda dealer",
                                "honduran restaurant",
                                "honey farm",
                                "hookah bar",
                                "hookah store",
                                "horse breeder",
                                "horse trainer",
                                "horsebox specialist",
                                "horseshoe smith",
                                "horsestable studfarm",
                                "hose supplier",
                                "hospital department",
                                "host club",
                                "house sitter",
                                "housing association",
                                "housing authority",
                                "housing complex",
                                "housing cooperative",
                                "housing development",
                                "housing society",
                                "hungarian restaurant",
                                "hunting area",
                                "hunting club",
                                "hunting preserve",
                                "hunting store",
                                "hvac contractor",
                                "hyderabadi restaurant",
                                "hydraulic engineer",
                                "hypnotherapy service",
                                "hyundai dealer",
                                "ice supplier",
                                "icelandic restaurant",
                                "icse school",
                                "idol manufacturer",
                                "image consultant",
                                "imax theater",
                                "immigration attorney",
                                "impermeabilization service",
                                "incense supplier",
                                "incineration plant",
                                "indian restaurant",
                                "indian takeaway",
                                "indonesian restaurant",
                                "indoor cycling",
                                "indoor playground",
                                "indoor snowcenter",
                                "industrial consultant",
                                "industrial engineer",
                                "industrial supermarket",
                                "infiniti dealer",
                                "information services",
                                "insolvency service",
                                "instrumentation engineer",
                                "insulation contractor",
                                "insulator supplier",
                                "insurance agency",
                                "insurance attorney",
                                "insurance broker",
                                "insurance company",
                                "insurance school",
                                "interior decorator",
                                "interior designer",
                                "interior door",
                                "international airport",
                                "international school",
                                "internet cafe",
                                "internet shop",
                                "investment bank",
                                "investment company",
                                "investment service",
                                "irish pub",
                                "irish restaurant",
                                "iron works",
                                "israeli restaurant",
                                "isuzu dealer",
                                "italian restaurant",
                                "jaguar dealer",
                                "jain temple",
                                "jamaican restaurant",
                                "janitorial service",
                                "japanese delicatessen",
                                "japanese restaurant",
                                "japanese steakhouse",
                                "javanese restaurant",
                                "jazz club",
                                "jeep dealer",
                                "jewelry appraiser",
                                "jewelry buyer",
                                "jewelry designer",
                                "jewelry engraver",
                                "jewelry exporter",
                                "jewelry manufacturer",
                                "jewelry store",
                                "jewish restaurant",
                                "judaica store",
                                "judicial auction",
                                "judicial scrivener",
                                "judo club",
                                "judo school",
                                "juice shop",
                                "jujitsu school",
                                "junior college",
                                "junk dealer",
                                "junk store",
                                "justice department",
                                "jute exporter",
                                "jute mill",
                                "kabaddi club",
                                "kaiseki restaurant",
                                "karaoke bar",
                                "karate club",
                                "karate school",
                                "karma dealer",
                                "karnataka restaurant",
                                "kashmiri restaurant",
                                "kazakhstani restaurant",
                                "kebab shop",
                                "kerala restaurant",
                                "kerosene supplier",
                                "kia dealer",
                                "kickboxing school",
                                "kimono store",
                                "kitchen remodeler",
                                "kite shop",
                                "knife manufacturing",
                                "knife store",
                                "knit shop",
                                "knitting instructor",
                                "knitwear manufacturer",
                                "kofta restaurant",
                                "konkani restaurant",
                                "korean church",
                                "korean restaurant",
                                "koshari restaurant",
                                "kosher restaurant",
                                "kushiyaki restaurant",
                                "labor union",
                                "ladder supplier",
                                "lamborghini dealer",
                                "lamination service",
                                "lancia dealer",
                                "land allotment",
                                "land surveyor",
                                "landscape architect",
                                "landscape designer",
                                "language school",
                                "laotian restaurant",
                                "lasik surgeon",
                                "laundry service",
                                "law firm",
                                "law library",
                                "law school",
                                "lawyers association",
                                "leagues club",
                                "learning center",
                                "leasing service",
                                "leather exporter",
                                "leather wholesaler",
                                "lebanese restaurant",
                                "lechon restaurant",
                                "legal services",
                                "lesbian bar",
                                "lexus dealer",
                                "license bureau",
                                "life coach",
                                "lighting consultant",
                                "lighting contractor",
                                "lighting manufacturer",
                                "lighting store",
                                "lighting wholesaler",
                                "ligurian restaurant",
                                "limousine service",
                                "linens store",
                                "lingerie manufacturer",
                                "lingerie store",
                                "lingerie wholesaler",
                                "linoleum store",
                                "liquor store",
                                "literacy program",
                                "lithuanian restaurant",
                                "livery company",
                                "livestock breeder",
                                "livestock dealer",
                                "livestock producer",
                                "loan agency",
                                "lock store",
                                "locks supplier",
                                "log cabins",
                                "logging contractor",
                                "logistics service",
                                "lombardian restaurant",
                                "loss adjuster",
                                "lottery retailer",
                                "lottery shop",
                                "love hotel",
                                "lpg conversion",
                                "luggage store",
                                "luggage wholesaler",
                                "lumber store",
                                "lunch restaurant",
                                "lutheran church",
                                "lymph drainage",
                                "machine construction",
                                "machine maintenance",
                                "machine shop",
                                "machine workshop",
                                "machining manufacturer",
                                "macrobiotic restaurant",
                                "madrilian restaurant",
                                "magazine store",
                                "magic store",
                                "mailbox supplier",
                                "mailing service",
                                "majorcan restaurant",
                                "makeup artist",
                                "malaysian restaurant",
                                "maltese restaurant",
                                "mammography service",
                                "manado restaurant",
                                "management school",
                                "mandarin restaurant",
                                "manor house",
                                "maori organization",
                                "map store",
                                "mapping service",
                                "marathi restaurant",
                                "marble contractor",
                                "marble supplier",
                                "marche restaurant",
                                "marine engineer",
                                "marine surveyor",
                                "maritime museum",
                                "market researcher",
                                "marketing agency",
                                "marketing consultant",
                                "markmens clubhouse",
                                "marquee hire",
                                "marriage celebrant",
                                "marriage counselor",
                                "maserati dealer",
                                "masonic building",
                                "masonry contractor",
                                "massage school",
                                "massage spa",
                                "massage therapist",
                                "maternity hospital",
                                "maternity store",
                                "mathematics school",
                                "mattress store",
                                "mausoleum builder",
                                "maybach dealer",
                                "mazda dealer",
                                "mclaren dealer",
                                "meal delivery",
                                "meal takeaway",
                                "meat packer",
                                "meat processor",
                                "meat products",
                                "meat restaurant",
                                "meat wholesaler",
                                "mechanical contractor",
                                "mechanical engineer",
                                "mechanical plant",
                                "media company",
                                "media consultant",
                                "media house",
                                "mediation service",
                                "medical center",
                                "medical clinic",
                                "medical examiner",
                                "medical group",
                                "medical lab",
                                "medical lawyer",
                                "medical office",
                                "medical school",
                                "medical spa",
                                "medicine exporter",
                                "meditation center",
                                "meditation instructor",
                                "mediterranean restaurant",
                                "mehandi class",
                                "mehndi designer",
                                "memorial estate",
                                "memorial park",
                                "mennonite church",
                                "mens tailor",
                                "mercantile development",
                                "messianic synagogue",
                                "metal fabricator",
                                "metal finisher",
                                "metal supplier",
                                "metal workshop",
                                "metallurgy company",
                                "metalware dealer",
                                "metalware producer",
                                "methodist church",
                                "mexican restaurant",
                                "mg dealer",
                                "middle school",
                                "militar archive",
                                "militar residence",
                                "military barrack",
                                "military base",
                                "military board",
                                "military cemetery",
                                "military hospital",
                                "military school",
                                "military town",
                                "millwork shop",
                                "mini dealer",
                                "miniatures store",
                                "mining company",
                                "mining consultant",
                                "mining engineer",
                                "mining equipment",
                                "mirror shop",
                                "mitsubishi dealer",
                                "mobile catering",
                                "mobile disco",
                                "mobile hairdresser",
                                "modeling agency",
                                "modeling school",
                                "mold maker",
                                "molding supplier",
                                "momo restaurant",
                                "monja restaurant",
                                "monogramming service",
                                "montessori school",
                                "monument maker",
                                "moped dealer",
                                "moravian church",
                                "moroccan restaurant",
                                "mortgage broker",
                                "mortgage lender",
                                "motorcycle dealer",
                                "motorcycle shop",
                                "motoring club",
                                "motorsports store",
                                "mountain hut",
                                "mountain peak",
                                "mountaineering class",
                                "movie studio",
                                "movie theater",
                                "moving company",
                                "mri center",
                                "muffler shop",
                                "mughlai restaurant",
                                "mulch supplier",
                                "municipal corporation",
                                "municipal guard",
                                "murtabak restaurant",
                                "music college",
                                "music conservatory",
                                "music instructor",
                                "music producer",
                                "music publisher",
                                "music school",
                                "music store",
                                "musical club",
                                "nail salon",
                                "nasi restaurant",
                                "national forest",
                                "national library",
                                "national museum",
                                "national park",
                                "national reserve",
                                "nature preserve",
                                "naturopathic practitioner",
                                "naval base",
                                "navarraise restaurant",
                                "neapolitan restaurant",
                                "needlework shop",
                                "neonatal physician",
                                "nepalese restaurant",
                                "netball club",
                                "news service",
                                "newspaper distribution",
                                "newspaper publisher",
                                "nicaraguan restaurant",
                                "night club",
                                "night market",
                                "nissan dealer",
                                "noodle shop",
                                "norwegian restaurant",
                                "notaries association",
                                "notary public",
                                "notions store",
                                "novelties wholesaler",
                                "novelty store",
                                "nuclear engineer",
                                "nudist club",
                                "nudist park",
                                "nurse practitioner",
                                "nursery school",
                                "nursing agency",
                                "nursing association",
                                "nursing home",
                                "nursing school",
                                "nut store",
                                "nyonya restaurant",
                                "oaxacan restaurant",
                                "obanzai cuisine",
                                "observation deck",
                                "occupational therapist",
                                "oden restaurant",
                                "odia restaurant",
                                "oil company",
                                "oil refinery",
                                "oil store",
                                "oil wholesaler",
                                "okonomiyaki restaurant",
                                "oldsmobile dealer",
                                "opel dealer",
                                "open university",
                                "opera company",
                                "opera house",
                                "ophthalmology clinic",
                                "optical wholesaler",
                                "oral surgeon",
                                "orchid farm",
                                "orchid grower",
                                "organic farm",
                                "organic restaurant",
                                "organic store",
                                "orphan asylum",
                                "orthodox church",
                                "orthodox synagogue",
                                "orthopedic clinic",
                                "orthopedic surgeon",
                                "otolaryngology clinic",
                                "outdoor bath",
                                "outerwear store",
                                "outlet mall",
                                "outlet store",
                                "oyster supplier",
                                "paan shop",
                                "package locker",
                                "packaging company",
                                "packaging machinery",
                                "padang restaurant",
                                "padel club",
                                "padel court",
                                "paint manufacturer",
                                "paint store",
                                "paintball center",
                                "paintball store",
                                "painting lessons",
                                "painting studio",
                                "paintings store",
                                "paisa restaurant",
                                "pakistani restaurant",
                                "palatine restaurant",
                                "pallet supplier",
                                "pancake house",
                                "panipuri shop",
                                "paper distributor",
                                "paper exporter",
                                "paper mill",
                                "paper store",
                                "paraguayan restaurant",
                                "parking garage",
                                "parking lot",
                                "parkour spot",
                                "parochial school",
                                "parsi restaurant",
                                "parsi temple",
                                "party planner",
                                "party store",
                                "passport agent",
                                "passport office",
                                "pasta shop",
                                "pastry shop",
                                "patent attorney",
                                "patent office",
                                "paving contractor",
                                "pawn shop",
                                "payroll service",
                                "pedestrian zone",
                                "pediatric cardiologist",
                                "pediatric clinic",
                                "pediatric dentist",
                                "pediatric dermatologist",
                                "pediatric endocrinologist",
                                "pediatric gastroenterologist",
                                "pediatric hematologist",
                                "pediatric nephrologist",
                                "pediatric neurologist",
                                "pediatric oncologist",
                                "pediatric ophthalmologist",
                                "pediatric pulmonologist",
                                "pediatric rheumatologist",
                                "pediatric surgeon",
                                "pediatric urologist",
                                "pempek restaurant",
                                "pen store",
                                "pension office",
                                "pentecostal church",
                                "perfume store",
                                "perinatal center",
                                "persian restaurant",
                                "personal trainer",
                                "peruvian restaurant",
                                "pet cemetery",
                                "pet groomer",
                                "pet sitter",
                                "pet store",
                                "pet trainer",
                                "petrochemical engineer",
                                "peugeot dealer",
                                "pharmaceutical company",
                                "pharmaceutical lab",
                                "philharmonic hall",
                                "pho restaurant",
                                "photo agency",
                                "photo booth",
                                "photo lab",
                                "photo shop",
                                "photocopiers supplier",
                                "photography class",
                                "photography school",
                                "photography service",
                                "photography studio",
                                "physician assistant",
                                "physical therapist",
                                "physiotherapy center",
                                "piadina restaurant",
                                "piano bar",
                                "piano instructor",
                                "piano maker",
                                "piano store",
                                "pickleball court",
                                "picnic ground",
                                "pie shop",
                                "piedmontese restaurant",
                                "pig farm",
                                "pilaf restaurant",
                                "pilates studio",
                                "pile driver",
                                "pilgrim hostel",
                                "pilgrimages place",
                                "pinatas supplier",
                                "pipe supplier",
                                "pizza delivery",
                                "pizza restaurant",
                                "pizza takeaway",
                                "plant nursery",
                                "plaster contractor",
                                "plastic surgeon",
                                "plastic wholesaler",
                                "plating service",
                                "play school",
                                "plywood supplier",
                                "poke bar",
                                "police academy",
                                "polish restaurant",
                                "political party",
                                "polo club",
                                "polygraph service",
                                "polymer supplier",
                                "polynesian restaurant",
                                "polytechnic school",
                                "pond contractor",
                                "pontiac dealer",
                                "pony club",
                                "pool academy",
                                "pool hall",
                                "popcorn store",
                                "porridge restaurant",
                                "porsche dealer",
                                "port authority",
                                "portrait studio",
                                "portuguese restaurant",
                                "post office",
                                "poster store",
                                "pottery classes",
                                "pottery manufacturer",
                                "pottery store",
                                "poultry farm",
                                "poultry store",
                                "power plant",
                                "pozole restaurant",
                                "prawn fishing",
                                "precision engineer",
                                "preparatory school",
                                "presbyterian church",
                                "press advisory",
                                "pretzel store",
                                "primary school",
                                "print shop",
                                "private college",
                                "private hospital",
                                "private investigator",
                                "private school",
                                "private tutor",
                                "private university",
                                "probation office",
                                "process server",
                                "produce market",
                                "produce wholesaler",
                                "professional association",
                                "professional organizer",
                                "propane supplier",
                                "propeller shop",
                                "property administrator",
                                "property investment",
                                "property maintenance",
                                "property registry",
                                "protected area",
                                "protestant church",
                                "provence restaurant",
                                "provincial council",
                                "psychiatric hospital",
                                "psychomotor therapist",
                                "psychopedagogy clinic",
                                "public bath",
                                "public bathroom",
                                "public beach",
                                "public housing",
                                "public library",
                                "public sauna",
                                "public school",
                                "public university",
                                "pueblan restaurant",
                                "pump supplier",
                                "pumpkin patch",
                                "punjabi restaurant",
                                "puppet theater",
                                "pvc industry",
                                "quaker church",
                                "quantity surveyor",
                                "quebecois restaurant",
                                "quilt shop",
                                "race course",
                                "raclette restaurant",
                                "racquetball club",
                                "radiator shop",
                                "radio broadcaster",
                                "rail museum",
                                "railing contractor",
                                "railroad company",
                                "railroad contractor",
                                "railway services",
                                "rajasthani restaurant",
                                "ram dealer",
                                "ramen restaurant",
                                "reclamation centre",
                                "record company",
                                "record store",
                                "recording studio",
                                "recreation center",
                                "recycling center",
                                "reenactment site",
                                "reform synagogue",
                                "reformed church",
                                "refrigerator store",
                                "refugee camp",
                                "regional airport",
                                "regional council",
                                "registration office",
                                "registry office",
                                "rehabilitation center",
                                "rehearsa studio",
                                "reiki therapist",
                                "religious destination",
                                "religious institution",
                                "religious lodging",
                                "religious organization",
                                "religious school",
                                "renault dealer",
                                "repair service",
                                "reptile store",
                                "research engineer",
                                "research foundation",
                                "research institute",
                                "residential college",
                                "residents association",
                                "resort hotel",
                                "rest stop",
                                "restaurant brasserie",
                                "resume service",
                                "retirement community",
                                "retirement home",
                                "retreat center",
                                "rice mill",
                                "rice restaurant",
                                "rice shop",
                                "rice wholesaler",
                                "river port",
                                "road cycling",
                                "rock climbing",
                                "rock shop",
                                "roller coaster",
                                "roman restaurant",
                                "romanian restaurant",
                                "roofing contractor",
                                "rowing area",
                                "rowing club",
                                "rsl club",
                                "rug store",
                                "rugby club",
                                "rugby field",
                                "rugby store",
                                "running store",
                                "russian restaurant",
                                "rv dealer",
                                "rv park",
                                "saab dealer",
                                "sailing club",
                                "sailing school",
                                "sake brewery",
                                "salad shop",
                                "salsa bar",
                                "salsa classes",
                                "salvadoran restaurant",
                                "salvage dealer",
                                "salvage yard",
                                "samba school",
                                "sambo school",
                                "sand plant",
                                "sandblasting service",
                                "sandwich shop",
                                "sanitary inspection",
                                "sanitation service",
                                "sardinian restaurant",
                                "saree shop",
                                "satay restaurant",
                                "saturn dealer",
                                "sauna club",
                                "sauna store",
                                "savings bank",
                                "saw mill",
                                "scale supplier",
                                "scandinavian restaurant",
                                "scenic spot",
                                "scenography company",
                                "school administrator",
                                "school center",
                                "school house",
                                "science academy",
                                "science museum",
                                "scottish restaurant",
                                "scout hall",
                                "scout home",
                                "scrapbooking store",
                                "screen printer",
                                "screen store",
                                "screw supplier",
                                "scuba instructor",
                                "sculpture museum",
                                "seafood donburi",
                                "seafood farm",
                                "seafood market",
                                "seafood restaurant",
                                "seafood wholesaler",
                                "seal shop",
                                "seaplane base",
                                "seat dealer",
                                "seblak restaurant",
                                "secondary school",
                                "security service",
                                "seed supplier",
                                "serbian restaurant",
                                "serviced accommodation",
                                "serviced apartment",
                                "sewing company",
                                "sewing shop",
                                "seychelles restaurant",
                                "sfiha restaurant",
                                "shanghainese restaurant",
                                "sharpening service",
                                "shawarma restaurant",
                                "shed builder",
                                "sheep shearer",
                                "sheltered housing",
                                "shelving store",
                                "sheriffs department",
                                "shinkin bank",
                                "shinto shrine",
                                "shipping company",
                                "shipping service",
                                "shochu brewery",
                                "shoe factory",
                                "shoe store",
                                "shoe wholesaler",
                                "shogi lesson",
                                "shooting range",
                                "shopping center",
                                "shredding service",
                                "shrimp farm",
                                "sichuan restaurant",
                                "sicilian restaurant",
                                "siding contractor",
                                "sign shop",
                                "sikh temple",
                                "silk store",
                                "singaporean restaurant",
                                "singles organization",
                                "skate shop",
                                "skateboard park",
                                "skateboard shop",
                                "skating instructor",
                                "ski club",
                                "ski resort",
                                "ski school",
                                "ski store",
                                "skittle club",
                                "skoda dealer",
                                "skydiving center",
                                "skylight contractor",
                                "sleep clinic",
                                "smart dealer",
                                "smart shop",
                                "smoke shop",
                                "snack bar",
                                "snowboard shop",
                                "snowmobile dealer",
                                "soccer club",
                                "soccer field",
                                "soccer practice",
                                "soccer store",
                                "social club",
                                "social worker",
                                "sod supplier",
                                "sofa store",
                                "softball club",
                                "softball field",
                                "software company",
                                "sokol house",
                                "soondae restaurant",
                                "soto restaurant",
                                "soup kitchen",
                                "soup restaurant",
                                "soup shop",
                                "souvenir manufacturer",
                                "souvenir store",
                                "spa garden",
                                "spanish restaurant",
                                "special educator",
                                "specialized clinic",
                                "specialized hospital",
                                "speech pathologist",
                                "sperm bank",
                                "spice store",
                                "spices exporter",
                                "spices wholesalers",
                                "spiritist center",
                                "sports bar",
                                "sports club",
                                "sports complex",
                                "sports school",
                                "sportswear store",
                                "sportwear manufacturer",
                                "spring supplier",
                                "squash club",
                                "squash court",
                                "stair contractor",
                                "stamp shop",
                                "stand bar",
                                "state archive",
                                "state park",
                                "state parliament",
                                "state police",
                                "stationery manufacturer",
                                "stationery store",
                                "stationery wholesaler",
                                "std clinic",
                                "steak house",
                                "steamboat restaurant",
                                "steel distributor",
                                "steel erector",
                                "steel fabricator",
                                "stereo store",
                                "sticker manufacturer",
                                "stitching class",
                                "stock broker",
                                "stone carving",
                                "stone cutter",
                                "stone supplier",
                                "storage facility",
                                "stove builder",
                                "structural engineer",
                                "stucco contractor",
                                "student dormitory",
                                "student union",
                                "studying center",
                                "subaru dealer",
                                "sugar factory",
                                "sugar shack",
                                "sukiyaki restaurant",
                                "summer camp",
                                "sundae restaurant",
                                "sundanese restaurant",
                                "sunglasses store",
                                "sunroom contractor",
                                "superannuation consultant",
                                "superfund site",
                                "support group",
                                "surf school",
                                "surf shop",
                                "surgical center",
                                "surgical oncologist",
                                "surinamese restaurant",
                                "surplus store",
                                "sushi restaurant",
                                "sushi takeaway",
                                "suzuki dealer",
                                "swabian restaurant",
                                "swedish restaurant",
                                "swim club",
                                "swimming basin",
                                "swimming competition",
                                "swimming facility",
                                "swimming instructor",
                                "swimming lake",
                                "swimming pool",
                                "swimming school",
                                "swimwear store",
                                "swiss restaurant",
                                "syrian restaurant",
                                "tabascan restaurant",
                                "tacaca restaurant",
                                "tack shop",
                                "taco restaurant",
                                "taekwondo school",
                                "taiwanese restaurant",
                                "takoyaki stand",
                                "talent agency",
                                "tamale shop",
                                "tanning studio",
                                "taoist temple",
                                "tapas bar",
                                "tapas restaurant",
                                "tatami store",
                                "tattoo artist",
                                "tattoo shop",
                                "tax assessor",
                                "tax attorney",
                                "tax consultant",
                                "tax department",
                                "tax preparation",
                                "taxi service",
                                "taxi stand",
                                "tb clinic",
                                "tea exporter",
                                "tea house",
                                "tea manufacturer",
                                "tea store",
                                "tea wholesaler",
                                "teacher college",
                                "teachers housing",
                                "technical school",
                                "technical university",
                                "technology museum",
                                "technology park",
                                "tegal restaurant",
                                "telecommunication school",
                                "telecommunications contractor",
                                "telecommunications engineer",
                                "telemarketing service",
                                "telephone company",
                                "telephone exchange",
                                "telescope store",
                                "television station",
                                "temaki restaurant",
                                "temp agency",
                                "tenant ownership",
                                "tenants union",
                                "tennis club",
                                "tennis court",
                                "tennis instructor",
                                "tennis store",
                                "tesla showroom",
                                "textile engineer",
                                "textile exporter",
                                "textile mill",
                                "thai restaurant",
                                "theater company",
                                "theater production",
                                "theme park",
                                "thermal baths",
                                "thread supplier",
                                "thrift store",
                                "thuringian restaurant",
                                "tibetan restaurant",
                                "tiffin center",
                                "tiki bar",
                                "tile contractor",
                                "tile manufacturer",
                                "tile store",
                                "timeshare agency",
                                "tire manufacturer",
                                "tire shop",
                                "title company",
                                "toast restaurant",
                                "tobacco exporter",
                                "tobacco shop",
                                "tobacco supplier",
                                "tofu restaurant",
                                "tofu shop",
                                "toiletries store",
                                "toll station",
                                "tongue restaurant",
                                "tonkatsu restaurant",
                                "tool manufacturer",
                                "tool store",
                                "tool wholesaler",
                                "topography company",
                                "topsoil supplier",
                                "tortilla shop",
                                "tour agency",
                                "tour operator",
                                "tourist attraction",
                                "towing service",
                                "townhouse complex",
                                "toy library",
                                "toy manufacturer",
                                "toy museum",
                                "toy store",
                                "toyota dealer",
                                "tractor dealer",
                                "trade school",
                                "traditional market",
                                "traditional restaurant",
                                "traditional teahouse",
                                "traffic officer",
                                "trailer dealer",
                                "trailer manufacturer",
                                "train depot",
                                "train yard",
                                "training center",
                                "training school",
                                "transcription service",
                                "transit depot",
                                "transmission shop",
                                "transplant surgeon",
                                "transportation service",
                                "travel agency",
                                "travel clinic",
                                "travel lounge",
                                "tree farm",
                                "tree service",
                                "trial attorney",
                                "tribal headquarters",
                                "trophy shop",
                                "truck dealer",
                                "truck farmer",
                                "truck stop",
                                "trucking company",
                                "trucking school",
                                "truss manufacturer",
                                "trust bank",
                                "tuning automobile",
                                "tunisian restaurant",
                                "turf supplier",
                                "turkish restaurant",
                                "turkmen restaurant",
                                "tuscan restaurant",
                                "tutoring service",
                                "tuxedo shop",
                                "typewriter supplier",
                                "typing service",
                                "ukrainian restaurant",
                                "unagi restaurant",
                                "underwear store",
                                "unemployment office",
                                "uniform store",
                                "unisex hairdresser",
                                "unity church",
                                "university department",
                                "university hospital",
                                "university library",
                                "upholstery shop",
                                "urology clinic",
                                "uruguayan restaurant",
                                "utility contractor",
                                "uzbek restaurant",
                                "vacation appartment",
                                "valencian restaurant",
                                "vaporizer store",
                                "variety store",
                                "vascular surgeon",
                                "vastu consultant",
                                "vegan restaurant",
                                "vegetable wholesaler",
                                "vegetarian restaurant",
                                "vehicle exporter",
                                "vehicle inspection",
                                "vehicle repair",
                                "venetian restaurant",
                                "venezuelan restaurant",
                                "veterans center",
                                "veterans hospital",
                                "veterans organization",
                                "veterinary pharmacy",
                                "video arcade",
                                "video karaoke",
                                "video store",
                                "vietnamese restaurant",
                                "village hall",
                                "vineyard church",
                                "violin shop",
                                "visa consultant",
                                "visitor center",
                                "vocal instructor",
                                "vocational college",
                                "volkswagen dealer",
                                "volleyball club",
                                "volleyball court",
                                "volleyball instructor",
                                "volunteer organization",
                                "volvo dealer",
                                "waldorf kindergarten",
                                "waldorf school",
                                "wallpaper installer",
                                "wallpaper store",
                                "war museum",
                                "warehouse club",
                                "warehouse store",
                                "watch manufacturer",
                                "watch store",
                                "water mill",
                                "water park",
                                "water works",
                                "waterbed store",
                                "waterproofing company",
                                "wax museum",
                                "wax supplier",
                                "weaving mill",
                                "website designer",
                                "wedding bakery",
                                "wedding buffet",
                                "wedding chapel",
                                "wedding photographer",
                                "wedding planner",
                                "wedding service",
                                "wedding store",
                                "wedding venue",
                                "weigh station",
                                "weightlifting area",
                                "wellness center",
                                "wellness hotel",
                                "wellness program",
                                "welsh restaurant",
                                "wesleyan church",
                                "western restaurant",
                                "wheel store",
                                "wheelchair store",
                                "wholesale bakery",
                                "wholesale drugstore",
                                "wholesale florist",
                                "wholesale grocer",
                                "wholesale jeweler",
                                "wholesale market",
                                "wicker store",
                                "wig shop",
                                "wildlife park",
                                "wildlife refuge",
                                "wind farm",
                                "window supplier",
                                "windsurfing store",
                                "wine bar",
                                "wine cellar",
                                "wine club",
                                "wine store",
                                "wine wholesaler",
                                "wok restaurant",
                                "womens college",
                                "womens organization",
                                "womens shelter",
                                "wood supplier",
                                "wool store",
                                "workers club",
                                "wrestling school",
                                "yacht broker",
                                "yacht club",
                                "yakiniku restaurant",
                                "yakisoba restaurant",
                                "yakitori restaurant",
                                "yarn store",
                                "yemenite restaurant",
                                "yoga instructor",
                                "yoga studio",
                                "youth care",
                                "youth center",
                                "youth club",
                                "youth groups",
                                "youth hostel",
                                "youth organization",
                                "yucatan restaurant",
                                "aboriginal art gallery",
                                "abundant life church",
                                "accounting software company",
                                "acrobatic diving pool",
                                "addiction treatment center",
                                "adult dvd store",
                                "adult education school",
                                "adult entertainment club",
                                "adult entertainment store",
                                "adventure sports center",
                                "aerated drinks supplier",
                                "aerial installation service",
                                "aerial sports center",
                                "aero dance class",
                                "african goods store",
                                "after school program",
                                "agricultural high school",
                                "agricultural machinery manufacturer",
                                "agricultural product wholesaler",
                                "air compressor supplier",
                                "air conditioning contractor",
                                "air conditioning store",
                                "air filter supplier",
                                "air force base",
                                "airbrushing supply store",
                                "aircraft maintenance company",
                                "aircraft rental service",
                                "aircraft supply store",
                                "airline ticket agency",
                                "airport shuttle service",
                                "airsoft gun shop",
                                "alcohol retail monopoly",
                                "alcoholic beverage wholesaler",
                                "alcoholism treatment program",
                                "alfa romeo dealer",
                                "alternative fuel station",
                                "alternative medicine practitioner",
                                "aluminum frames supplier",
                                "american grocery store",
                                "amish furniture store",
                                "amusement machine supplier",
                                "amusement park ride",
                                "amusement ride supplier",
                                "an hui restaurant",
                                "angler fish restaurant",
                                "animal control service",
                                "animal protection organization",
                                "animal rescue service",
                                "animal watering hole",
                                "antique furniture store",
                                "apartment rental agency",
                                "appliance parts supplier",
                                "appliance rental service",
                                "appliance repair service",
                                "appliances customer service",
                                "architectural salvage store",
                                "armed forces association",
                                "aromatherapy supply store",
                                "art restoration service",
                                "art supply store",
                                "artificial plant supplier",
                                "asbestos testing service",
                                "asian fusion restaurant",
                                "asian grocery store",
                                "asphalt mixing plant",
                                "assisted living facility",
                                "association or organization",
                                "aston martin dealer",
                                "attorney referral service",
                                "atv rental service",
                                "atv repair shop",
                                "audio visual consultant",
                                "australian goods store",
                                "auto accessories wholesaler",
                                "auto body shop",
                                "auto bodywork mechanic",
                                "auto chemistry shop",
                                "auto electrical service",
                                "auto glass shop",
                                "auto insurance agency",
                                "auto machine shop",
                                "auto parts manufacturer",
                                "auto parts market",
                                "auto parts store",
                                "auto repair shop",
                                "auto restoration service",
                                "auto rickshaw stand",
                                "auto spring shop",
                                "auto sunroof shop",
                                "auto tag agency",
                                "automobile storage facility",
                                "aviation training institute",
                                "ayam penyet restaurant",
                                "baby clothing store",
                                "baby swimming school",
                                "bail bonds service",
                                "baking supply store",
                                "ballroom dance instructor",
                                "bar and grill",
                                "bar stool supplier",
                                "barber supply store",
                                "baseball goods store",
                                "basketball court contractor",
                                "bathroom supply store",
                                "batik clothing store",
                                "batting cage center",
                                "beach cleaning service",
                                "beach clothing store",
                                "beach entertainment shop",
                                "beach volleyball club",
                                "beach volleyball court",
                                "beauty product supplier",
                                "beauty products wholesaler",
                                "beauty supply store",
                                "bed and breakfast",
                                "bedroom furniture store",
                                "bee relocation service",
                                "bicycle rental service",
                                "bicycle repair shop",
                                "bikram yoga studio",
                                "billiards supply store",
                                "bird control service",
                                "bird watching area",
                                "birth certificate service",
                                "birth control center",
                                "blast cleaning service",
                                "blood donation center",
                                "blood testing service",
                                "bmw motorcycle dealer",
                                "board game club",
                                "board of education",
                                "boat accessories supplier",
                                "boat cleaning service",
                                "boat cover supplier",
                                "boat rental service",
                                "boat repair shop",
                                "boat storage facility",
                                "boat tour agency",
                                "boat trailer dealer",
                                "bocce ball court",
                                "body piercing shop",
                                "body shaping class",
                                "bonsai plant supplier",
                                "boot repair shop",
                                "border crossing station",
                                "bottled water supplier",
                                "bouncy castle hire",
                                "bowling supply shop",
                                "box lunch supplier",
                                "boys high school",
                                "bpo placement agency",
                                "brewing supply store",
                                "bubble tea store",
                                "buddhist supplies store",
                                "building design company",
                                "building materials market",
                                "building materials store",
                                "building materials supplier",
                                "building restoration service",
                                "bungee jumping center",
                                "burglar alarm store",
                                "bus ticket agency",
                                "bus tour agency",
                                "business administration service",
                                "business banking service",
                                "business development service",
                                "business management consultant",
                                "business networking company",
                                "butane gas supplier",
                                "butcher shop deli",
                                "cabin rental agency",
                                "calvary chapel church",
                                "camera repair shop",
                                "camper shell supplier",
                                "cancer treatment center",
                                "cane furniture store",
                                "cape verdean restaurant",
                                "car accessories store",
                                "car alarm supplier",
                                "car battery store",
                                "car detailing service",
                                "car inspection station",
                                "car leasing service",
                                "car race track",
                                "car rental agency",
                                "car sharing location",
                                "car stereo store",
                                "career guidance service",
                                "carpet cleaning service",
                                "carriage ride service",
                                "casual sushi restaurant",
                                "cat boarding service",
                                "cell phone store",
                                "central american restaurant",
                                "central european restaurant",
                                "central javanese restaurant",
                                "certified public accountant",
                                "chamber of agriculture",
                                "chamber of commerce",
                                "chamber of handicrafts",
                                "champon noodle restaurant",
                                "check cashing service",
                                "chicken wings restaurant",
                                "child care agency",
                                "children amusement center",
                                "childrens book store",
                                "childrens clothing store",
                                "childrens furniture store",
                                "childrens party buffet",
                                "childrens party service",
                                "chinese language instructor",
                                "chinese language school",
                                "chinese medicine clinic",
                                "chinese medicine store",
                                "chinese noodle restaurant",
                                "chinese tea house",
                                "christian book store",
                                "christmas tree farm",
                                "church of christ",
                                "church supply store",
                                "cig kofte restaurant",
                                "cinema equipment supplier",
                                "citizen information bureau",
                                "citizens advice bureau",
                                "city clerks office",
                                "city district office",
                                "city employment department",
                                "city government office",
                                "city pillar shine",
                                "city tax office",
                                "civil engineering company",
                                "civil examinations academy",
                                "civil law attorney",
                                "cleaning products supplier",
                                "clock repair service",
                                "clock watch maker",
                                "closed circuit television",
                                "clothing alteration service",
                                "cng fittment center",
                                "coast guard station",
                                "coffee machine supplier",
                                "coffee vending machine",
                                "coin operated locker",
                                "cold cut store",
                                "cold noodle restaurant",
                                "cold storage facility",
                                "college of agriculture",
                                "comic book store",
                                "commercial cleaning service",
                                "commercial refrigerator supplier",
                                "commissioner for oaths",
                                "community health center",
                                "comprehensive secondary school",
                                "computer accessories store",
                                "computer desk store",
                                "computer hardware manufacturer",
                                "computer networking center",
                                "computer repair service",
                                "computer security service",
                                "computer software store",
                                "computer training school",
                                "concrete product supplier",
                                "condominium rental agency",
                                "conservatory construction contractor",
                                "conservatory of music",
                                "construction equipment supplier",
                                "construction machine dealer",
                                "construction material wholesaler",
                                "consumer advice center",
                                "contact lenses supplier",
                                "contemporary louisiana restaurant",
                                "convention information bureau",
                                "copier repair service",
                                "copying supply store",
                                "corporate entertainment service",
                                "corporate gift supplier",
                                "correctional services department",
                                "cosmetic products manufacturer",
                                "cost accounting service",
                                "costa rican restaurant",
                                "costume jewelry shop",
                                "costume rental service",
                                "country food restaurant",
                                "county government office",
                                "court executive officer",
                                "crab dish restaurant",
                                "crane rental agency",
                                "credit counseling service",
                                "credit reporting agency",
                                "crime victim service",
                                "criminal law attorney",
                                "crushed stone supplier",
                                "cured ham bar",
                                "cured ham store",
                                "cured ham warehouse",
                                "currency exchange service",
                                "custom home builder",
                                "custom label printer",
                                "cycle rickshaw stand",
                                "dart supply store",
                                "data entry service",
                                "data recovery service",
                                "database management company",
                                "day care center",
                                "debris removal service",
                                "debt collection agency",
                                "delivery chinese restaurant",
                                "denim wear store",
                                "dental implants periodontist",
                                "dental implants provider",
                                "dental insurance agency",
                                "dental supply store",
                                "denture care center",
                                "department of education",
                                "department of finance",
                                "department of housing",
                                "department of transportation",
                                "desktop publishing service",
                                "diabetes equipment supplier",
                                "diesel engine dealer",
                                "diesel fuel supplier",
                                "digital printing service",
                                "dim sum restaurant",
                                "direct mail advertising",
                                "disability equipment supplier",
                                "disabled sports center",
                                "disc golf course",
                                "display home center",
                                "display stand manufacturer",
                                "disposable tableware supplier",
                                "distance learning center",
                                "district government office",
                                "dj supply store",
                                "dogsled ride service",
                                "doll restoration service",
                                "doner kebab restaurant",
                                "double glazing supplier",
                                "drafting equipment supplier",
                                "dried flower shop",
                                "dried seafood store",
                                "drilling equipment supplier",
                                "drinking water fountain",
                                "drivers license office",
                                "driving test centre",
                                "drug testing service",
                                "dry fruit store",
                                "dry ice supplier",
                                "dry wall contractor",
                                "ds automobiles dealer",
                                "dump truck dealer",
                                "dumpster rental service",
                                "duty free store",
                                "e commerce agency",
                                "e commerce service",
                                "ear piercing service",
                                "earth works company",
                                "east african restaurant",
                                "east javanese restaurant",
                                "eastern european restaurant",
                                "eastern orthodox church",
                                "economic development agency",
                                "educational supply store",
                                "educational testing service",
                                "eftpos equipment supplier",
                                "elder law attorney",
                                "electric bicycle store",
                                "electric motor store",
                                "electric motorcycle dealer",
                                "electric utility company",
                                "electric utility manufacturer",
                                "electrical appliance wholesaler",
                                "electrical equipment supplier",
                                "electrical installation service",
                                "electrical repair shop",
                                "electrical supply store",
                                "electronic parts supplier",
                                "electronics accessories wholesaler",
                                "electronics hire shop",
                                "electronics repair shop",
                                "electronics vending machine",
                                "emergency call station",
                                "emergency care physician",
                                "emergency care service",
                                "emergency dental service",
                                "emergency locksmith service",
                                "emergency management ministry",
                                "emergency training school",
                                "emergency veterinarian service",
                                "engine rebuilding service",
                                "english language camp",
                                "english language instructor",
                                "english language school",
                                "environmental health service",
                                "environmental protection organization",
                                "equipment rental agency",
                                "escape room center",
                                "estate planning attorney",
                                "event management company",
                                "event technology service",
                                "event ticket seller",
                                "executive search firm",
                                "extended stay hotel",
                                "eye care center",
                                "fabric product manufacturer",
                                "factory equipment supplier",
                                "faculty of arts",
                                "faculty of law",
                                "faculty of pharmacy",
                                "faculty of psychology",
                                "faculty of science",
                                "faculty of sports",
                                "fair trade organization",
                                "family law attorney",
                                "family planning center",
                                "family planning counselor",
                                "family practice physician",
                                "family service center",
                                "farm equipment supplier",
                                "farm household tour",
                                "fashion accessories store",
                                "fashion design school",
                                "fast food restaurant",
                                "federal credit union",
                                "federal government office",
                                "federal reserve bank",
                                "felt boots store",
                                "fence supply store",
                                "feng shui consultant",
                                "feng shui shop",
                                "fiberglass repair service",
                                "filipino grocery store",
                                "film production company",
                                "fine dining restaurant",
                                "finishing materials supplier",
                                "fire alarm supplier",
                                "fire fighters academy",
                                "fire protection consultant",
                                "fire protection service",
                                "fitness equipment store",
                                "fitness equipment wholesaler",
                                "fitted furniture supplier",
                                "fixed base operator",
                                "flamenco dance store",
                                "floor refinishing service",
                                "fmcg goods wholesaler",
                                "foam rubber producer",
                                "foam rubber supplier",
                                "folk high school",
                                "food machinery supplier",
                                "food manufacturing supply",
                                "food processing company",
                                "food processing equipment",
                                "food products supplier",
                                "food seasoning manufacturer",
                                "foot massage parlor",
                                "foreign trade consultant",
                                "foreman builders association",
                                "forklift rental service",
                                "formal clothing store",
                                "fortune telling services",
                                "foster care service",
                                "free parking lot",
                                "freight forwarding service",
                                "french language school",
                                "french steakhouse restaurant",
                                "fresh food market",
                                "fried chicken takeaway",
                                "frozen dessert supplier",
                                "frozen food manufacturer",
                                "frozen food store",
                                "frozen yogurt shop",
                                "fu jian restaurant",
                                "full gospel church",
                                "function room facility",
                                "funeral celebrant service",
                                "fur coat shop",
                                "furnace parts supplier",
                                "furnace repair service",
                                "furnished apartment building",
                                "furniture accessories supplier",
                                "furniture rental service",
                                "furniture repair shop",
                                "garage door supplier",
                                "garbage collection service",
                                "garbage dump service",
                                "garden building retail",
                                "garden furniture store",
                                "gas cylinders supplier",
                                "gas installation service",
                                "gas logs supplier",
                                "gay night club",
                                "general education school",
                                "general practice attorney",
                                "general register office",
                                "geological research company",
                                "german language school",
                                "gift basket store",
                                "gift wrap store",
                                "girls secondary school",
                                "glass block supplier",
                                "glass cutting service",
                                "glass etching service",
                                "glass repair service",
                                "glasses repair service",
                                "gluten free restaurant",
                                "go kart track",
                                "gold mining company",
                                "golf cart dealer",
                                "golf course builder",
                                "golf driving range",
                                "gourmet grocery store",
                                "government economic program",
                                "government ration shop",
                                "graffiti removal service",
                                "greco roman wrestling",
                                "greek orthodox church",
                                "green energy supplier",
                                "greeting card shop",
                                "grocery delivery service",
                                "gui zhou restaurant",
                                "guts barbecue restaurant",
                                "gutter cleaning service",
                                "gypsum product supplier",
                                "hair extension technician",
                                "hair extensions supplier",
                                "hair removal service",
                                "hair replacement service",
                                "hair transplantation clinic",
                                "handicapped transportation service",
                                "hang gliding center",
                                "hardware training institute",
                                "harley davidson dealer",
                                "haute french restaurant",
                                "hawaiian goods store",
                                "head start center",
                                "health food restaurant",
                                "health food store",
                                "health insurance agency",
                                "hearing aid store",
                                "heating equipment supplier",
                                "heating oil supplier",
                                "helicopter tour agency",
                                "helium gas supplier",
                                "herbal medicine store",
                                "high ropes course",
                                "higher secondary school",
                                "historical place museum",
                                "hiv testing center",
                                "hockey supply store",
                                "holiday apartment rental",
                                "holistic medicine practitioner",
                                "home automation company",
                                "home cinema installation",
                                "home goods store",
                                "home improvement store",
                                "home insurance agency",
                                "home theater store",
                                "horse boarding stable",
                                "horse rental service",
                                "horse riding field",
                                "horse riding school",
                                "horse trailer dealer",
                                "horseback riding service",
                                "hospitality high school",
                                "hot bedstone spa",
                                "hot dog restaurant",
                                "hot dog stand",
                                "hot pot restaurant",
                                "hot tub store",
                                "hotel management school",
                                "hotel supply store",
                                "house cleaning service",
                                "house clearance service",
                                "house sitter agency",
                                "houseboat rental service",
                                "household chemicals supplier",
                                "household goods wholesaler",
                                "housing utility company",
                                "hua gong shop",
                                "hub cap supplier",
                                "human ressource consulting",
                                "hunan style restaurant",
                                "hydraulic equipment supplier",
                                "hydraulic repair service",
                                "hydroelectric power plant",
                                "hydroponics equipment supplier",
                                "hygiene articles wholesaler",
                                "hyperbaric medicine physician",
                                "ice cream shop",
                                "ice hockey club",
                                "ice skating club",
                                "ice skating instructor",
                                "ice skating rink",
                                "ikan bakar restaurant",
                                "immigration detention center",
                                "import export company",
                                "income protection insurance",
                                "indian grocery store",
                                "indian motorcycle dealer",
                                "indian muslim restaurant",
                                "indian sizzler restaurant",
                                "indian sweets shop",
                                "indoor golf course",
                                "indoor swimming pool",
                                "industrial chemicals wholesaler",
                                "industrial design company",
                                "industrial door supplier",
                                "industrial engineers association",
                                "industrial equipment supplier",
                                "industrial framework supplier",
                                "industrial gas supplier",
                                "infectious disease physician",
                                "insulation materials store",
                                "intellectual property registry",
                                "interior architect office",
                                "interior construction contractor",
                                "interior fitting contractor",
                                "interior plant service",
                                "internal medicine ward",
                                "international trade consultant",
                                "internet marketing service",
                                "internet service provider",
                                "invitation printing service",
                                "irish goods store",
                                "iron steel contractor",
                                "iron ware dealer",
                                "irrigation equipment supplier",
                                "italian grocery store",
                                "janitorial equipment supplier",
                                "japanese authentic restaurant",
                                "japanese confectionery shop",
                                "japanese curry restaurant",
                                "japanese grocery store",
                                "japanese izakaya restaurant",
                                "japanese language instructor",
                                "japanese regional restaurant",
                                "japanese sweets restaurant",
                                "jehovahs witness church",
                                "jewelry equipment supplier",
                                "jewelry repair service",
                                "jiang su restaurant",
                                "juvenile detention center",
                                "kalle pache restaurant",
                                "kawasaki motorcycle dealer",
                                "key duplication service",
                                "kitchen furniture store",
                                "kitchen supply store",
                                "korean barbecue restaurant",
                                "korean beef restaurant",
                                "korean grocery store",
                                "korean rib restaurant",
                                "kosher grocery store",
                                "kung fu school",
                                "kyoto cuisine restaurant",
                                "labor relations attorney",
                                "laboratory equipment supplier",
                                "laminating equipment supplier",
                                "lamp repair service",
                                "lamp shade supplier",
                                "land planning authority",
                                "land reform institute",
                                "land rover dealer",
                                "land surveying office",
                                "landscape lighting designer",
                                "landscaping supply store",
                                "laser cutting service",
                                "laser equipment supplier",
                                "laser tag center",
                                "latin american restaurant",
                                "law book store",
                                "lawn bowls club",
                                "lawn care service",
                                "lawn mower store",
                                "leather cleaning service",
                                "leather coats store",
                                "leather goods manufacturer",
                                "leather goods store",
                                "leather goods supplier",
                                "leather goods wholesaler",
                                "leather repair service",
                                "legal affairs bureau",
                                "legal aid office",
                                "life insurance agency",
                                "light bulb supplier",
                                "lincoln mercury dealer",
                                "line marking service",
                                "little league club",
                                "little league field",
                                "live music bar",
                                "live music venue",
                                "livestock auction house",
                                "local government office",
                                "local history museum",
                                "local medical services",
                                "log home builder",
                                "lost property office",
                                "luggage repair service",
                                "luggage storage facility",
                                "machine knife supplier",
                                "machine repair service",
                                "machinery parts manufacturer",
                                "mah jong house",
                                "mailbox rental service",
                                "mailing machine supplier",
                                "main customs office",
                                "manufactured home transporter",
                                "marine supply store",
                                "marriage license bureau",
                                "martial arts club",
                                "martial arts school",
                                "masonry supply store",
                                "massage supply store",
                                "match box manufacturer",
                                "measuring instruments supplier",
                                "medical billing service",
                                "medical book store",
                                "medical certificate service",
                                "medical equipment manufacturer",
                                "medical equipment supplier",
                                "medical supply store",
                                "medical technology manufacturer",
                                "medical transcription service",
                                "meeting planning service",
                                "mens clothing store",
                                "mens health physician",
                                "mental health clinic",
                                "mental health service",
                                "mercedes benz dealer",
                                "metal construction company",
                                "metal industry suppliers",
                                "metal machinery supplier",
                                "metal polishing service",
                                "metal processing company",
                                "metal stamping service",
                                "metal working shop",
                                "metaphysical supply store",
                                "metropolitan train company",
                                "mexican goods store",
                                "mexican grocery store",
                                "mexican torta restaurant",
                                "middle eastern restaurant",
                                "military recruiting office",
                                "milk delivery service",
                                "mineral water company",
                                "mineral water wholesale",
                                "miniature golf course",
                                "minibus taxi service",
                                "ministry of education",
                                "miso cutlet restaurant",
                                "missing persons organization",
                                "mobile home dealer",
                                "mobile home park",
                                "mobile money agent",
                                "mobile network operator",
                                "mobility equipment supplier",
                                "model design company",
                                "model portfolio studio",
                                "model train store",
                                "modern art museum",
                                "modern british restaurant",
                                "modern european restaurant",
                                "modern french restaurant",
                                "modern indian restaurant",
                                "modular home builder",
                                "modular home dealer",
                                "money order service",
                                "money transfer service",
                                "mongolian barbecue restaurant",
                                "mordern izakaya restaurants",
                                "motor scooter dealer",
                                "motor vehicle dealer",
                                "motorcycle driving school",
                                "motorcycle insurance agency",
                                "motorcycle parts store",
                                "motorcycle rental agency",
                                "motorcycle repair shop",
                                "mountain cable car",
                                "movie rental kiosk",
                                "movie rental store",
                                "moving supply store",
                                "municipal administration office",
                                "municipal department communication",
                                "municipal department finance",
                                "municipal health department",
                                "municipal office education",
                                "municipal social development",
                                "museum of zoology",
                                "music box store",
                                "musical instrument manufacturer",
                                "musical instrument store",
                                "musician and composer",
                                "mutton barbecue restaurant",
                                "nasi goreng restaurant",
                                "nasi uduk restaurant",
                                "national health foundation",
                                "native american restaurant",
                                "natural foods store",
                                "natural history museum",
                                "natural stone exporter",
                                "natural stone supplier",
                                "natural stone wholesaler",
                                "neon sign shop",
                                "new age church",
                                "new england restaurant",
                                "new zealand restaurant",
                                "newspaper advertising department",
                                "non denominational church",
                                "non governmental organization",
                                "non profit organization",
                                "non vegetarian restaurant",
                                "north african restaurant",
                                "north indian restaurant",
                                "northern italian restaurant",
                                "nuclear power company",
                                "nuclear power plant",
                                "nuevo latino restaurant",
                                "obstetrics gynecology clinic",
                                "occupational health service",
                                "occupational medical physician",
                                "off roading area",
                                "offal pot cooking",
                                "office accessories wholesaler",
                                "office equipment supplier",
                                "office furniture store",
                                "office refurbishment service",
                                "office supply store",
                                "office supply wholesaler",
                                "oil change service",
                                "olive oil cooperative",
                                "olive oil manufacturer",
                                "open air museum",
                                "optical products manufacturer",
                                "oral maxillofacial surgeon",
                                "organic drug store",
                                "organic food store",
                                "oriental goods store",
                                "oriental medicine clinic",
                                "oriental medicine store",
                                "oriental rug store",
                                "orthopedic shoe store",
                                "orthopedic supplies store",
                                "outboard motor store",
                                "outdoor activity organizer",
                                "outdoor equestrian facility",
                                "outdoor furniture store",
                                "outdoor movie theatre",
                                "outdoor sports store",
                                "outdoor swimming pool",
                                "oxygen cocktail spot",
                                "oxygen equipment supplier",
                                "oyster bar restaurant",
                                "pacific rim restaurant",
                                "packaging supply store",
                                "pain control clinic",
                                "pain management physician",
                                "paint stripping company",
                                "pan asian restaurant",
                                "pan latin restaurant",
                                "paper bag supplier",
                                "paralegal services provider",
                                "parasailing ride service",
                                "park and ride",
                                "part time daycare",
                                "passport photo processor",
                                "paternity testing service",
                                "patients support association",
                                "patio enclosure supplier",
                                "paving materials supplier",
                                "pecel lele restaurant",
                                "pennsylvania dutch restaurant",
                                "performing arts group",
                                "performing arts theater",
                                "personal chef service",
                                "personal injury lawyer",
                                "personal watercraft dealer",
                                "pest control service",
                                "pet adoption service",
                                "pet boarding service",
                                "pet funeral services",
                                "pet moving service",
                                "pet supply store",
                                "petroleum products company",
                                "pharmaceutical products wholesaler",
                                "phone repair service",
                                "photo restoration service",
                                "physical examination center",
                                "physical fitness program",
                                "physical therapy clinic",
                                "physician referral service",
                                "physiotherapy equip supplier",
                                "piano moving service",
                                "piano repair service",
                                "piano tuning service",
                                "picture frame shop",
                                "pinball machine supplier",
                                "pine furniture shop",
                                "pizza delivery service",
                                "place of worship",
                                "plast window store",
                                "plastic bag supplier",
                                "plastic bags wholesaler",
                                "plastic fabrication company",
                                "plastic products supplier",
                                "plastic resin manufacturer",
                                "plastic surgery clinic",
                                "playground equipment supplier",
                                "plumbing supply store",
                                "pneumatic tools supplier",
                                "po boys restaurant",
                                "police officers housing",
                                "police supply store",
                                "pond fish supplier",
                                "pond supply store",
                                "pony ride service",
                                "pool billard club",
                                "pool cleaning service",
                                "port operating company",
                                "portable building manufacturer",
                                "portable toilet supplier",
                                "powder coating service",
                                "power plant consultant",
                                "powersports vehicle dealer",
                                "pre gymnasium school",
                                "prefabricated house companies",
                                "prefecture government office",
                                "pregnancy care center",
                                "pressure washing service",
                                "printed music publisher",
                                "printer repair service",
                                "printing equipment supplier",
                                "private equity firm",
                                "private golf course",
                                "private sector bank",
                                "promotional products supplier",
                                "property management company",
                                "protective clothing supplier",
                                "psychoneurological specialized clinic",
                                "psychosomatic medical practitioner",
                                "public defenders office",
                                "public golf course",
                                "public health department",
                                "public medical center",
                                "public parking space",
                                "public prosecutors office",
                                "public relations firm",
                                "public safety office",
                                "public sector bank",
                                "public swimming pool",
                                "public works department",
                                "puerto rican restaurant",
                                "pvc windows supplier",
                                "race car dealer",
                                "radiator repair service",
                                "raft trip outfitter",
                                "railroad equipment supplier",
                                "railroad ties supplier",
                                "rainwater tank supplier",
                                "rare book store",
                                "raw food restaurant",
                                "real estate agency",
                                "real estate agents",
                                "real estate appraiser",
                                "real estate attorney",
                                "real estate auctioneer",
                                "real estate consultant",
                                "real estate developer",
                                "real estate school",
                                "real estate surveyor",
                                "record storage facility",
                                "refrigerated transport service",
                                "refrigerator repair service",
                                "regional government office",
                                "registered general nurse",
                                "religious book store",
                                "religious goods store",
                                "renters insurance agency",
                                "reproductive health clinic",
                                "resident registration office",
                                "restaurant supply store",
                                "retaining wall supplier",
                                "rice cake shop",
                                "rice cracker shop",
                                "road construction company",
                                "road safety town",
                                "rock climbing centre",
                                "rock climbing instructor",
                                "rock music club",
                                "roller skating club",
                                "roller skating rink",
                                "rolls royce dealer",
                                "roofing supply store",
                                "roommate referral service",
                                "rubber products supplier",
                                "rubber stamp store",
                                "rugby league club",
                                "russian grocery store",
                                "russian orthodox church",
                                "rustic furniture store",
                                "rv rental agency",
                                "rv repair shop",
                                "rv storage facility",
                                "rv supply store",
                                "safety equipment supplier",
                                "sailing event area",
                                "satellite communication service",
                                "saw sharpening service",
                                "scaffolding rental service",
                                "scale model club",
                                "scale model shop",
                                "scale repair service",
                                "school bus service",
                                "school district office",
                                "school lunch center",
                                "school supply store",
                                "scientific equipment supplier",
                                "scooter rental service",
                                "scooter repair shop",
                                "scrap metal dealer",
                                "screen printing shop",
                                "screen repair service",
                                "scuba tour agency",
                                "seasonal goods store",
                                "second hand shop",
                                "secondary school three",
                                "security guard service",
                                "security system supplier",
                                "self defense school",
                                "self service restaurant",
                                "self storage facility",
                                "semi conductor supplier",
                                "senior citizen center",
                                "senior high school",
                                "septic system service",
                                "sewage disposal service",
                                "sewage treatment plant",
                                "sewing machine store",
                                "shabu shabu restaurant",
                                "shan dong restaurant",
                                "sheepskin coat store",
                                "sheet metal contractor",
                                "sheet music store",
                                "shipping equipment industry",
                                "shoe repair shop",
                                "shoe shining service",
                                "shooting event area",
                                "shower door shop",
                                "sightseeing tour agency",
                                "silk plant shop",
                                "singing telegram service",
                                "sixth form college",
                                "skate sharpening service",
                                "skeet shooting range",
                                "skewer deep frying",
                                "ski rental service",
                                "ski repair service",
                                "skin care clinic",
                                "small plates restaurant",
                                "smart car dealer",
                                "smog inspection station",
                                "snow removal service",
                                "snowboard rental service",
                                "snowmobile rental service",
                                "soba noodle shop",
                                "social security attorney",
                                "social security office",
                                "social services organization",
                                "social welfare center",
                                "societe de flocage",
                                "soft drinks shop",
                                "software training institute",
                                "soil testing service",
                                "solar energy company",
                                "solar energy contractor",
                                "solid fuel company",
                                "solid waste engineer",
                                "soto ayam restaurant",
                                "soul food restaurant",
                                "south african restaurant",
                                "south american restaurant",
                                "south asia restaurant",
                                "south indian restaurant",
                                "south sulawesi restaurant",
                                "southern italian restaurant",
                                "southwest french restaurant",
                                "soy sauce maker",
                                "space of remembrance",
                                "special education school",
                                "sport tour agency",
                                "sporting goods store",
                                "sports accessories wholesaler",
                                "sports card store",
                                "sports massage therapist",
                                "sports medicine clinic",
                                "sports medicine physician",
                                "sports memorabilia store",
                                "sports nutrition store",
                                "sri lankan restaurant",
                                "stained glass studio",
                                "stainless steel plant",
                                "stall installation service",
                                "stamp collectors club",
                                "staple food package",
                                "state department communication",
                                "state department finance",
                                "state employment department",
                                "state government office",
                                "state liquor store",
                                "state owned farm",
                                "std testing service",
                                "steamed bun shop",
                                "steel construction company",
                                "steel drum supplier",
                                "steel framework contractor",
                                "steelwork design company",
                                "stereo rental store",
                                "stereo repair service",
                                "stock exchange building",
                                "store equipment supplier",
                                "stringed intrument maker",
                                "student housing center",
                                "students parents association",
                                "students support association",
                                "suburban train line",
                                "summer toboggan run",
                                "super public bath",
                                "surf lifesaving club",
                                "surgical products wholesaler",
                                "surgical supply store",
                                "suzuki motorcycle dealer",
                                "swimming pool contractor",
                                "t shirt company",
                                "t shirt store",
                                "table tennis club",
                                "table tennis facility",
                                "tai chi school",
                                "tata motors dealer",
                                "tattoo removal service",
                                "tax collectors office",
                                "tax preparation service",
                                "tea market place",
                                "teeth whitening service",
                                "telecommunications equipment supplier",
                                "telecommunications service provider",
                                "telephone answering service",
                                "television repair service",
                                "tempura bowl restaurants",
                                "tempura dish restaurant",
                                "tent rental service",
                                "teppan grill restaurant",
                                "tex mex restaurant",
                                "thai massage therapist",
                                "theater supply store",
                                "theatrical costume supplier",
                                "thermal energy company",
                                "tile cleaning service",
                                "tire repair shop",
                                "toner cartridge supplier",
                                "tool grinding service",
                                "tool rental service",
                                "tool repair shop",
                                "tourist information center",
                                "towing equipment provider",
                                "tractor repair shop",
                                "trading card store",
                                "traditional costume club",
                                "traditional kostume store",
                                "trailer rental service",
                                "trailer repair shop",
                                "trailer supply store",
                                "train repairing center",
                                "train ticket agency",
                                "train ticket counter",
                                "transportation escort service",
                                "triumph motorcycle dealer",
                                "tropical fish store",
                                "truck accessories store",
                                "truck parts supplier",
                                "truck rental agency",
                                "truck repair shop",
                                "truck topper supplier",
                                "tsukigime parking lot",
                                "tune up supplier",
                                "typewriter repair service",
                                "udon noodle shop",
                                "unfinished furniture store",
                                "unitarian universalist church",
                                "united methodist church",
                                "upholstery cleaning service",
                                "urban planning department",
                                "urgent care center",
                                "used appliance store",
                                "used bicycle shop",
                                "used book store",
                                "used car dealer",
                                "used clothing store",
                                "used computer store",
                                "used furniture store",
                                "used motorcycle dealer",
                                "used tire shop",
                                "used truck dealer",
                                "utility trailer dealer",
                                "uyghur cuisine restaurant",
                                "vacuum cleaner store",
                                "valet parking service",
                                "van rental agency",
                                "vcr repair service",
                                "vegetable wholesale market",
                                "vehicle shipping agent",
                                "vehicle wrapping service",
                                "vending machine supplier",
                                "ventilating equipment manufacturer",
                                "venture capital company",
                                "veterans affairs department",
                                "video conferencing service",
                                "video duplication service",
                                "video editing service",
                                "video game store",
                                "video production service",
                                "vintage clothing store",
                                "vinyl sign shop",
                                "virtual office rental",
                                "vocational gymnasium school",
                                "vocational school one",
                                "vocational secondary school",
                                "vocational training school",
                                "voter registration office",
                                "walk in clinic",
                                "waste management service",
                                "waste transfer station",
                                "watch repair service",
                                "water cooler supplier",
                                "water filter supplier",
                                "water polo pool",
                                "water pump supplier",
                                "water purification company",
                                "water ski shop",
                                "water skiing club",
                                "water skiing instructor",
                                "water skiing service",
                                "water testing service",
                                "water treatment plant",
                                "water treatment supplier",
                                "water utility company",
                                "waterbed repair service",
                                "weather forecast service",
                                "web hosting service",
                                "wedding souvenir shop",
                                "weight loss service",
                                "welding gas supplier",
                                "welding supply store",
                                "well drilling contractor",
                                "west african restaurant",
                                "western apparel store",
                                "wheel alignment service",
                                "wheelchair rental service",
                                "wheelchair repair service",
                                "wholesale food store",
                                "wholesale plant nursery",
                                "wholesaler household appliances",
                                "wi fi spot",
                                "wildlife rescue service",
                                "willow basket manufacturer",
                                "wind turbine builder",
                                "window cleaning service",
                                "window installation service",
                                "window tinting service",
                                "window treatment store",
                                "wine storage facility",
                                "winemaking supply store",
                                "wing chun school",
                                "womens clothing store",
                                "womens personal trainer",
                                "womens protection service",
                                "wood frame supplier",
                                "wood stove shop",
                                "wood working class",
                                "woodworking supply store",
                                "work clothes store",
                                "working womens hostel",
                                "x ray lab",
                                "yamaha motorcycle dealer",
                                "yoga retreat center",
                                "youth clothing store",
                                "zhe jiang restaurant",
                                "adult day care center",
                                "adult foster care service",
                                "air compressor repair service",
                                "air conditioning repair service",
                                "air conditioning system supplier",
                                "air duct cleaning service",
                                "antique furniture restoration service",
                                "arborist and tree surgeon",
                                "army and navy store",
                                "asian household goods store",
                                "assemblies of god church",
                                "audio visual equipment supplier",
                                "auto air conditioning service",
                                "auto body parts supplier",
                                "auto dent removal service",
                                "auto glass repair service",
                                "auto radiator repair service",
                                "auto tune up service",
                                "auto window tinting service",
                                "bahai house of worship",
                                "balloon ride tour agency",
                                "bar restaurant furniture store",
                                "beauty products vending machine",
                                "beef rice bowl restaurant",
                                "building equipment hire service",
                                "bus and coach company",
                                "business to business service",
                                "cake decorating equipment shop",
                                "canadian pacific northwest restaurant",
                                "canoe and kayak club",
                                "canoe and kayak store",
                                "car security system installer",
                                "cardiovascular and thoracic surgeon",
                                "carport and pergola builder",
                                "cash and carry wholesaler",
                                "casual japanese style restaurant",
                                "cell phone accessory store",
                                "cell phone charging station",
                                "chess and card club",
                                "child health care centre",
                                "church of the nazarene",
                                "city department of environment",
                                "city department of transportation",
                                "classified ads newspaper publisher",
                                "clothes and fabric manufacturer",
                                "clothes and fabric wholesaler",
                                "clothing wholesale market place",
                                "commercial real estate agency",
                                "commercial real estate inspector",
                                "computer support and services",
                                "concrete metal framework supplier",
                                "construction and maintenance office",
                                "construction machine rental service",
                                "cosmetics and parfumes supplier",
                                "curtain and upholstery cleaner",
                                "curtain supplier and maker",
                                "custom confiscated goods store",
                                "custom t shirt store",
                                "dairy farm equipment supplier",
                                "dan dan noodle restaurant",
                                "dealer of fiat professional",
                                "department for regional development",
                                "department of motor vehicles",
                                "department of public safety",
                                "department of social services",
                                "dept of city treasure",
                                "dept of state treasure",
                                "diesel engine repair service",
                                "disciples of christ church",
                                "do it yourself store",
                                "dog day care center",
                                "domestic abuse treatment center",
                                "drive in movie theater",
                                "driver vehicle licensing agency",
                                "drivers license training school",
                                "dry wall supply store",
                                "dryer vent cleaning service",
                                "eating disorder treatment center",
                                "electric motor repair shop",
                                "electric motor scooter dealer",
                                "electric motor vehicle dealer",
                                "electric vehicle charging station",
                                "electrolysis hair removal service",
                                "energy equipment and solutions",
                                "environment renewable natural resources",
                                "evening dress rental service",
                                "executive suite rental agency",
                                "exhibition and trade center",
                                "family day care service",
                                "farm equipment repair service",
                                "fiber optic products supplier",
                                "film and photograph library",
                                "fire department equipment supplier",
                                "fire protection equipment supplier",
                                "fire protection system supplier",
                                "fish and chips restaurant",
                                "fish and chips takeaway",
                                "food and beverage consultant",
                                "food and beverage exporter",
                                "foreign exchange students organization",
                                "fruit and vegetable processing",
                                "fruit and vegetable store",
                                "fruit and vegetable wholesaler",
                                "full dress rental service",
                                "gay and lesbian organization",
                                "geography and history faculty",
                                "glass and mirror shop",
                                "ground self defense force",
                                "guardia di finanza police",
                                "haute couture fashion house",
                                "health and beauty shop",
                                "hearing aid repair service",
                                "hearing assistance earphone store",
                                "hip hop dance class",
                                "home health care service",
                                "home help service agency",
                                "hong kong style cafe",
                                "hospital and equipment supplies",
                                "hospitality and tourism school",
                                "hot tub repair service",
                                "hot water system supplier",
                                "hua niao market place",
                                "hunting and fishing store",
                                "ice cream equipment supplier",
                                "immigration and naturalization service",
                                "income tax help association",
                                "industrial real estate agency",
                                "industrial technical engineers association",
                                "industrial vacuum equipment supplier",
                                "japanese cheap sweets shop",
                                "japanese high quality restaurant",
                                "japanized western food restaurant",
                                "karaoke equipment rental service",
                                "kilt shop and hire",
                                "laser hair removal service",
                                "lawn equipment rental service",
                                "lawn mower repair service",
                                "lawn sprinkler system contractor",
                                "learner driver training area",
                                "license plate frames supplier",
                                "low income housing program",
                                "marine self defense force",
                                "martial arts supply store",
                                "material handling equipment supplier",
                                "medical diagnostic imaging center",
                                "metal detecting equipment supplier",
                                "metal heat treating service",
                                "microwave oven repair service",
                                "mid atlantic us restaurant",
                                "mobile home rental agency",
                                "mobile home supply store",
                                "mobile phone repair shop",
                                "model car play area",
                                "motor scooter repair shop",
                                "moving and storage service",
                                "muay thai boxing gym",
                                "municipal department agricultural development",
                                "municipal department civil defense",
                                "municipal department of culture",
                                "municipal department of sports",
                                "municipal department of tourism",
                                "municipal department science technology",
                                "municipal department social defense",
                                "museum of space history",
                                "music management and promotion",
                                "musical instrument repair shop",
                                "native american goods store",
                                "natural rock climbing area",
                                "new us american restaurant",
                                "non smoking holiday home",
                                "north eastern indian restaurant",
                                "occupational safety and health",
                                "off road race track",
                                "off track betting shop",
                                "office equipment rental service",
                                "office equipment repair service",
                                "office of vital records",
                                "office space rental agency",
                                "oil field equipment supplier",
                                "olive oil bottling company",
                                "optical instrument repair service",
                                "orthotics and prosthetics service",
                                "paper shredding machine supplier",
                                "parking lot for bicycles",
                                "parking lot for motorcycle",
                                "party equipment rental service",
                                "pay by weight restaurant",
                                "permanent make up clinic",
                                "plant and machinery hire",
                                "plastic injection molding service",
                                "plus size clothing store",
                                "power plant equipment supplier",
                                "printer ink refill store",
                                "printing equipment and supplies",
                                "producteur de foie gras",
                                "professional and hobby associations",
                                "public wheelchair accessible bathroom",
                                "qing fang market place",
                                "racing car parts store",
                                "ready mix concrete supplier",
                                "real estate rental agency",
                                "recycling drop off location",
                                "research and product development",
                                "retail space rental agency",
                                "rolled metal products supplier",
                                "safe and vault shop",
                                "sand and gravel supplier",
                                "school for the deaf",
                                "screen printing supply store",
                                "security system installation service",
                                "self service car wash",
                                "self service health station",
                                "senior citizens care service",
                                "seventh day adventist church",
                                "sewing machine repair service",
                                "shared use commercial kitchen",
                                "shipbuilding and repair company",
                                "shipping and mailing service",
                                "single sex secondary school",
                                "small appliance repair service",
                                "small claims assistance service",
                                "small engine repair service",
                                "social security financial department",
                                "solar energy equipment supplier",
                                "solar photovoltaic power plant",
                                "south east asian restaurant",
                                "spa and health club",
                                "sports equipment rental service",
                                "stage lighting equipment supplier",
                                "state department agricultural development",
                                "state dept of culture",
                                "state dept of sports",
                                "state office of education",
                                "student career counseling office",
                                "study at home school",
                                "swimming pool repair service",
                                "swimming pool supply store",
                                "table tennis supply store",
                                "tattoo and piercing shop",
                                "tennis court construction company",
                                "threads and yarns wholesaler",
                                "three d printing service",
                                "tool and die shop",
                                "toy and game manufacturer",
                                "trade fair construction company",
                                "traditional us american restaurant",
                                "united church of canada",
                                "united church of christ",
                                "us pacific northwest restaurant",
                                "used auto parts store",
                                "used musical instrument store",
                                "used store fixture supplier",
                                "vacation home rental agency",
                                "vacuum cleaner repair shop",
                                "vacuum cleaning system supplier",
                                "vegetarian cafe and deli",
                                "video camera repair service",
                                "video conferencing equipment supplier",
                                "video equipment repair service",
                                "video game rental kiosk",
                                "video game rental service",
                                "video game rental store",
                                "visa and passport office",
                                "vitamin & supplements store",
                                "washer and dryer store",
                                "water damage restoration service",
                                "water jet cutting service",
                                "water softening equipment supplier",
                                "water tank cleaning service",
                                "water works equipment supplier",
                                "waxing hair removal service",
                                "wedding dress rental service",
                                "whale watching tour agency",
                                "wildlife and safari park",
                                "wood floor installation service",
                                "wood floor refinishing service",
                                "x ray equipment supplier",
                                "youth social services organization",
                                "architectural and engineering model maker",
                                "audio visual equipment rental service",
                                "audio visual equipment repair service",
                                "bottle and can redemption center",
                                "canoe and kayak rental service",
                                "canoe and kayak tour agency",
                                "car finance and loan company",
                                "catering food and drink supplies",
                                "city department of public safety",
                                "coin operated laundry equipment supplier",
                                "combined primary and secondary school",
                                "disability services and support organization",
                                "dress and tuxedo rental service",
                                "electric vehicle charging station contractor",
                                "federal agency for technical relief",
                                "flavours fragrances and aroma supplier",
                                "floor sanding and polishing service",
                                "institute of geography and statistics",
                                "media and information sciences faculty",
                                "multimedia and electronic book publisher",
                                "municipal department agriculture food supply",
                                "oil and gas exploration service",
                                "organ donation and tissue bank",
                                "outdoor clothing and equipment shop",
                                "pick your own farm produce",
                                "polythene and plastic sheeting supplier",
                                "pork cutlet rice bowl restaurant",
                                "road construction machine repair service",
                                "shabu shabu and sukiyaki restaurant",
                                "sheepskin and wool products supplier",
                                "short term apartment rental agency",
                                "skin care products vending machine",
                                "soft shelled turtle dish restaurant",
                                "solar hot water system supplier",
                                "state department agriculture food supply",
                                "state department for social development",
                                "tae kwon do comp area",
                                "united states armed forces base",
                                "washer and dryer repair service",
                                "water sports equipment rental service",
                                "wood and laminate flooring supplier",
                                "aboriginal and torres strait islander organisation",
                                "hong kong style fast food restaurant",
                                "municipal department housing and urban development",
                                "roads ports and canals engineers association",
                                "state department housing and urban development",
                                "church of jesus christ of latter day saints"
                            ]
                        }
                    },
                    "searchMatching": {
                        "title": "Get exact name matches (no similar results)($)",
                        "enum": [
                            "all",
                            "only_includes",
                            "only_exact"
                        ],
                        "type": "string",
                        "description": "Restrict what places are scraped based on matching their name with provided 🔍 <b>Search term</b>. E.g., all places that have <b>chicken</b> in their name vs. places called <b>Kentucky Fried Chicken</b>.",
                        "default": "all"
                    },
                    "placeMinimumStars": {
                        "title": "Set a minimum star rating ($)",
                        "enum": [
                            "",
                            "two",
                            "twoAndHalf",
                            "three",
                            "threeAndHalf",
                            "four",
                            "fourAndHalf"
                        ],
                        "type": "string",
                        "description": "Scrape only places with a rating equal to or above the selected stars. Places without reviews will also be skipped. Keep in mind, filtering by reviews reduces the number of places found per credit spent, as many will be excluded.",
                        "default": ""
                    },
                    "skipClosedPlaces": {
                        "title": "⏩ Skip closed places ($)",
                        "type": "boolean",
                        "description": "Skip places that are marked as temporary or permanently closed. Ideal for focusing on currently open places.",
                        "default": false
                    },
                    "countryCode": {
                        "title": "🗺 Country",
                        "enum": [
                            "",
                            "us",
                            "af",
                            "al",
                            "dz",
                            "as",
                            "ad",
                            "ao",
                            "ai",
                            "aq",
                            "ag",
                            "ar",
                            "am",
                            "aw",
                            "au",
                            "at",
                            "az",
                            "bs",
                            "bh",
                            "bd",
                            "bb",
                            "by",
                            "be",
                            "bz",
                            "bj",
                            "bm",
                            "bt",
                            "bo",
                            "ba",
                            "bw",
                            "bv",
                            "br",
                            "io",
                            "bn",
                            "bg",
                            "bf",
                            "bi",
                            "kh",
                            "cm",
                            "ca",
                            "cv",
                            "ky",
                            "cf",
                            "td",
                            "cl",
                            "cn",
                            "cx",
                            "cc",
                            "co",
                            "km",
                            "cg",
                            "cd",
                            "ck",
                            "cr",
                            "ci",
                            "hr",
                            "cu",
                            "cy",
                            "cz",
                            "dk",
                            "dj",
                            "dm",
                            "do",
                            "ec",
                            "eg",
                            "sv",
                            "gq",
                            "er",
                            "ee",
                            "et",
                            "fk",
                            "fo",
                            "fj",
                            "fi",
                            "fr",
                            "gf",
                            "pf",
                            "tf",
                            "ga",
                            "gm",
                            "ge",
                            "de",
                            "gh",
                            "gi",
                            "gr",
                            "gl",
                            "gd",
                            "gp",
                            "gu",
                            "gt",
                            "gn",
                            "gw",
                            "gy",
                            "ht",
                            "hm",
                            "va",
                            "hn",
                            "hk",
                            "hu",
                            "is",
                            "in",
                            "id",
                            "ir",
                            "iq",
                            "ie",
                            "il",
                            "it",
                            "jm",
                            "jp",
                            "jo",
                            "kz",
                            "ke",
                            "ki",
                            "kp",
                            "kr",
                            "kw",
                            "kg",
                            "la",
                            "lv",
                            "lb",
                            "ls",
                            "lr",
                            "ly",
                            "li",
                            "lt",
                            "lu",
                            "mo",
                            "mk",
                            "mg",
                            "mw",
                            "my",
                            "mv",
                            "ml",
                            "mt",
                            "mh",
                            "mq",
                            "mr",
                            "mu",
                            "yt",
                            "mx",
                            "fm",
                            "md",
                            "mc",
                            "mn",
                            "me",
                            "ms",
                            "ma",
                            "mz",
                            "mm",
                            "na",
                            "nr",
                            "np",
                            "nl",
                            "an",
                            "nc",
                            "nz",
                            "ni",
                            "ne",
                            "ng",
                            "nu",
                            "nf",
                            "mp",
                            "no",
                            "om",
                            "pk",
                            "pw",
                            "ps",
                            "pa",
                            "pg",
                            "py",
                            "pe",
                            "ph",
                            "pn",
                            "pl",
                            "pt",
                            "pr",
                            "qa",
                            "re",
                            "ro",
                            "ru",
                            "rw",
                            "sh",
                            "kn",
                            "lc",
                            "pm",
                            "vc",
                            "ws",
                            "sm",
                            "st",
                            "sa",
                            "sn",
                            "rs",
                            "sc",
                            "sl",
                            "sg",
                            "sk",
                            "si",
                            "sb",
                            "so",
                            "za",
                            "gs",
                            "ss",
                            "es",
                            "lk",
                            "sd",
                            "sr",
                            "sj",
                            "sz",
                            "se",
                            "ch",
                            "sy",
                            "tw",
                            "tj",
                            "tz",
                            "th",
                            "tl",
                            "tg",
                            "tk",
                            "to",
                            "tt",
                            "tn",
                            "tr",
                            "tm",
                            "tc",
                            "tv",
                            "ug",
                            "ua",
                            "ae",
                            "gb",
                            "um",
                            "uy",
                            "uz",
                            "vu",
                            "ve",
                            "vn",
                            "vg",
                            "vi",
                            "wf",
                            "eh",
                            "ye",
                            "zm",
                            "zw"
                        ],
                        "type": "string",
                        "description": "Set the country where the data extraction should be carried out, e.g., <b>United States</b>."
                    },
                    "city": {
                        "title": "🌇 City",
                        "type": "string",
                        "description": "Enter the city where the data extraction should be carried out, e.g., <b>Pittsburgh</b>.<br><br>⚠️ <b>Do not include State or Country names here.</b><br><br>⚠️ Automatic City polygons may be smaller than expected (e.g., they don't include agglomeration areas). If you need that, set up the location using Country, State, US County, City, or Postal code.<br>For an even more precise location definition (, head over to <b>🛰 Custom search area</b> section to create polygon shapes of the areas you want to scrape."
                    },
                    "state": {
                        "title": "State",
                        "type": "string",
                        "description": "Set a state where the data extraction should be carried out, e.g., <b>Massachusetts</b> (mainly for the US addresses).<br><br>⚠️ <b>Always combine State with other Location types</b>, otherwise you will scrape the whole state!"
                    },
                    "county": {
                        "title": "US county",
                        "type": "string",
                        "description": "Set the US county where the data extraction should be carried out, e.g., <b>Madison</b>.<br><br>⚠️ <b>Always combine US county with other Location types</b>, otherwise you will scrape the whole county!"
                    },
                    "postalCode": {
                        "title": "Postal code",
                        "type": "string",
                        "description": "Set the postal code of the area where the data extraction should be carried out, e.g., <b>10001</b>. <br><br>⚠️ <b>Combine Postal code only with 🗺 Country, never with 🌇 City. You can only input one postal code at a time.</b>"
                    },
                    "customGeolocation": {
                        "title": "🛰 Custom search area (coordinate order must be: [↕ longitude, ↔ latitude])",
                        "type": "object",
                        "description": "Use this field to define the exact search area if other search area parameters don't work for you. See <a href='https://apify.com/compass/crawler-google-places#custom-search-area' target='_blank' rel='noopener'>readme</a> or <a href='https://blog.apify.com/google-places-api-limits/#1-create-a-custom-area-by-using-pairs-of-coordinates-%F0%9F%93%A1' target='_blank' rel='noopener'>our guide</a> for details."
                    },
                    "startUrls": {
                        "title": "Google Maps URLs",
                        "type": "array",
                        "description": "Max 300 results per search URL. Valid format for URLs contains <code>google.com/maps/</code>. This feature also supports uncommon URL formats such as: <code>google.com?cid=***</code>, <code>goo.gl/maps</code>, and custom place list URL.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
