Skip to main content
To find businesses using Yellow Pages, this action allows you to extract detailed information from a search URL. Simply provide the search URL, and the action will return a comprehensive list of business details.
1

Navigate to Yellow Pages

2

Craft a Search

Enter a location and the type of businesses you are looking for (e.g., Plumbers in Los Angeles).
3

Copy the URL

4

Paste the URL

Paste the URL into the input field.

Inputs

yellow_pages_search_url
string
required
A Yellow Pages Search URL should start with ‘https://www.yellowpages.com’.

Parameters

max_results
number
default:100
Maximum number of search results to extract per input.

Output Fields

The action returns the following fields:
Here is the JSON schema for the output:
{
  "address": "string",
  "bbb_rating": "string",
  "business_picture": "string",
  "category": "string",
  "city": "string",
  "company_name": "string",
  "coupons": "string",
  "number_reviews": "integer",
  "order_online_link": "string",
  "phone_number": "string",
  "rating": "number",
  "schedule_appointment_link": "string",
  "service_link": "string",
  "table_booking_link": "string",
  "trip_advisor_rating": "number",
  "trip_advisor_rating_amount": "integer",
  "website": "string",
  "yellow_pages_profile_url": "string"
}