I'm trying to find 5 star hotels in a certain geography, my current workflow is find properties > then find star rating. this is very inefficient, any ideas on how I could do this more effectively please?
You can efficiently find 5-star hotels in a specific geography using our Google Maps integration and filtering capabilities: 1. Click the "Create New Table" button from the Clay homepage 2. Select "Google Maps" from the available data sources 3. Define your search area by inputting the specific location you're interested in 4. Use either free text search (e.g., "luxury hotels") or select a business type related to hotels 5. After running the search, use the "Filter by Ratings" feature to focus specifically on businesses with 5-star ratings This approach eliminates the need to manually check each property, as you can immediately filter for only the highest-rated hotels in your target location.
You can scrape 5-star hotel data and import it to Clay using our Apify integration:
1. Find a suitable Apify actor for hotel directories or Expedia (search the Apify marketplace for hotel-specific scrapers)
2. In Clay, click "+ Add" at the bottom of your workbook or select "Add enrichment" for an existing table
3. Search for "Apify" and select "Run Apify Actor"
4. Connect your Apify account (or add it through Settings > Connections)
5. Select your chosen hotel scraper actor
6. Configure the JSON input with your search parameters, including the 5-star rating filter: LBKS{ "location": "your-target-location", "starRating": 5 }LBKS
The scraped hotel data will be imported directly into Clay for further analysis and manipulation.