Restaurant Email List avatar
Restaurant Email List

Pricing

$6.00 / 1,000 results

Go to Apify Store
Restaurant Email List

Restaurant Email List

This Apify actor provides a list of restaurant email addresses and related details by state. Simply select a U.S. state from the input form, and the actor will return the following fields for each restaurant: restaurant_name, address, city, state, zipcode, phone, email, and category.

Pricing

$6.00 / 1,000 results

Rating

5.0

(2)

Developer

Sam Cornwell

Sam Cornwell

Maintained by Community

Actor stats

5

Bookmarked

118

Total users

11

Monthly active users

24 days ago

Last modified

Categories

Share

Download Restaurant Email List for USA Restaurants

This Apify actor returns restaurant email addresses and related information by state. Select a U.S. state from the input form, and the actor will return the following fields for each restaurant:

  • restaurant_name
  • address
  • city
  • state
  • zipcode
  • phone
  • email
  • category

Input

The actor takes a single parameter:

FieldTypeDescription
statestringU.S. state abbreviation (required). Select from a dropdown of all 50 states + DC.

Example JSON input:

{
"state": "CA"
}

Output

The actor pushes all matching restaurant items to the default dataset. Each item in the dataset will be an object with these properties:

{
"restaurant_name": "Example Cafe",
"address": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zipcode": "94105",
"phone": "(415) 555-1234",
"email": "info@example.com",
"category": "Cafe"
}