HTML Extract Links
Extract hyper links (URLs) from HTML content
This API is just a short-hand for the
HTML Extract API
End Point
https://neutrinoapi.net/html-extract-links
Test API
Parameter | Required | Type | Default | Description |
---|
content | yes | string | | The HTML content. This can be either a URL to load HTML from or an actual HTML content string |
base-url | no | string | | The website base URL to replace into relative links |
Parameter | Type | Description |
---|
total | integer | The total number of links extracted |
links | array | Array of extracted URLs |
Characteristic | Value | Description |
---|
Avg Latency | 20ms | Average RTT for requests within the same data center/region |
Max Rate | 1/second | Maximum inbound request rate. Exceeding this will result in request throttling |
Max Concurrency | 250 | Maximum concurrent/simultaneous requests. Exceeding this will result in error code 06 [TOO MANY CONNECTIONS] |