GET /url-info
Summary: URL Info
Operation ID: URLInfo
Auth: unknown
Operation ID: URLInfo
Auth: unknown
Description
Parse, analyze and retrieve content from the supplied URL
Parameters (5)
fetch-content
(boolean, query, optional, default: False)
If this URL responds with html, text, json or xml then return the response. This option is useful if you want to perform further processing on the URL content (e.g. with the HTML Extract or HTML Clean APIs)
ignore-certificate-errors
(boolean, query, optional, default: False)
Ignore any TLS/SSL certificate errors and load the URL anyway
retry
(integer, query, optional, default: 0)
If the request fails for any reason try again this many times
timeout
(integer, query, optional, default: 60)
Timeout in seconds. Give up if still trying to load the URL after this number of seconds
url
(string, query, required)
The URL to probe
No probe data for this endpoint yet.