Skip to main content
POST
/
api
/
ai_based
/
builtwith
/
search_domains
/builtwith/search_domains
curl --request POST \
  --url https://api.anysite.io/api/ai_based/builtwith/search_domains \
  --header 'Content-Type: application/json' \
  --data '
{
  "q": "<string>",
  "timeout": 300,
  "i": "US",
  "lang": "en"
}
'
{
  "domain": "<unknown>",
  "domain_id": "<unknown>",
  "result_type": "<unknown>"
}

Body

application/json
q
string
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
i
string
default:US
lang
string
default:en

Response

Successful Response

domain
any
required
domain_id
any
result_type
any