Skip to main content
POST
/
api
/
yellowpages
/
businesses
/yellowpages/businesses
curl --request POST \
  --url https://api.anysite.io/api/yellowpages/businesses \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "business": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "name": "<string>",
    "@type": "YellowpagesBusiness",
    "alias": "<string>",
    "alt_names": [],
    "categories": [],
    "category": "<string>",
    "rating": 123,
    "review_count": 123,
    "phone": "<string>",
    "email": "<string>",
    "web_url": "<string>",
    "other_urls": [],
    "address": "<string>",
    "city": "<string>",
    "state": "<string>",
    "zip_code": "<string>",
    "formatted_address": "<string>",
    "latitude": 123,
    "longitude": 123,
    "area_served": "<string>",
    "neighborhoods": [],
    "description": "<string>",
    "founding_year": 123,
    "hours": "<string>",
    "payment_methods": [],
    "services": [],
    "brands": [],
    "languages": [],
    "social_links": [],
    "image": "<string>",
    "logo": "<string>",
    "profile_url": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
business
string
required

Yellow Pages business profile (MIP) URL or path

Minimum string length: 1
Examples:

"https://www.yellowpages.com/los-angeles-ca/mip/emergency-rooter-542379108"

"/los-angeles-ca/mip/ritz-plumbing-heating-air-electrical-9270807"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
name
string
required
@type
string
default:YellowpagesBusiness
alias
string | null
alt_names
string[]
categories
string[]
category
string | null
rating
number | null
review_count
integer | null
phone
string | null
email
string | null
web_url
string | null
other_urls
string[]
address
string | null
city
string | null
state
string | null
zip_code
string | null
formatted_address
string | null
latitude
number | null
longitude
number | null
area_served
string | null
neighborhoods
string[]
description
string | null
founding_year
integer | null
hours
string | null
payment_methods
string[]
services
string[]
brands
string[]
languages
string[]
image
string | null
logo
string | null
profile_url
string | null