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>"
}Search for domains on BuiltWith autocomplete API
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>"
}