About this endpoint
What it does
Detects the technology stack used by a webpage from the URL you provide. The response returns the source URL and a list of detected technologies.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | URL of the webpage to extract, audit, or validate content from. Must be a valid http or https URI. |
Response
Returns a JSON object with a source_url string field and a technologies string array field.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| source_url | String | No | The source webpage URL, formatted as a URI. |
| technologies | String Array | No | A list of detected technology names. |