Restaurant Email List avatar
Restaurant Email List

Pricing

$6.00 / 1,000 results

Go to Store
Restaurant Email List

Restaurant Email List

Developed by

Sam Cornwell

Sam Cornwell

Maintained by Community

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.

5.0 (1)

Pricing

$6.00 / 1,000 results

0

Total users

7

Monthly users

7

Runs succeeded

>99%

Last modified

a month ago

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"
}