Skip to main content
POST
/
ai_based
/
builtwith
/
technologies
/builtwith/technologies
curl --request POST \
  --url https://api.anysite.io/ai_based/builtwith/technologies \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "<string>",
  "timeout": 300
}
'
{
  "technology_name": "<unknown>",
  "technology_url": "<unknown>"
}

Body

application/json
domain
string
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

technology_name
any
required
technology_url
any