UrlDetector
Very powerful and easy-to-integrate parsing engine able to detect and extract urls from a body of text (capable of parsing text, HTML, JSON, XML etc, and multi-scheme IPv4, IPv6 and textual domains). Depending on the options specified during each request, the parser is able to find and detect many varied url formats such as: HTML 5 Scheme - //www.linkedin.com Usernames - user:[email protected]…
UrlDetector endpoints
| Method | Endpoint | Description |
|---|---|---|
| urls | ||
| GET |
List Url Detector Options /urls/list-options |
List the bitwise additive options for url detection |
| POST |
Detect Urls /urls/detect |
Parse a chunk of text and retrieve the urls detected. Default to 'Default' detection option, request can include multiple Detection Options to customize detection logic. |
UrlDetector pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $5 / month | 5 / second |
|
| ULTRA | $10 / month | 10 / second |
|