GET
/
website-search
curl --request GET \
  --url https://api.repromptai.com/api/v1/website-search \
  --header 'Authorization: Bearer <token>'
{
  "website": "https://www.grubhub.com/restaurant/makli-restaurant-290-sanchez-st-san-francisco/300093"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

business_name
string
required

The name of the business to search for.

address
string
required

The address of the business to refine the search.

Response

200
application/json
Successfully retrieved the website URL.
website
string

The URL of the business website.

Example:

"https://www.grubhub.com/restaurant/makli-restaurant-290-sanchez-st-san-francisco/300093"