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.
Craft a Search
Enter a location and the type of businesses you are looking for (e.g.,
Plumbers in Los Angeles).
Paste the URL
Paste the URL into the input field.
Parameters
Maximum number of search results to extract per input.
Output Fields
The action returns the following fields:
The address of the business
The Better Business Bureau rating
URL to the business picture
The category of the business
The city where the business is located
Available coupons for the business
The phone number of the business
The rating of the business
schedule_appointment_link
Link to schedule an appointment
trip_advisor_rating_amount
Number of TripAdvisor ratings
The website of the business
URL to the Yellow Pages profile
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"
}