API to easily extract data from websites. Base URL All URLs referenced in the documentation have the following base: `` https://api.link.fish `` The REST API is only served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported. Authentication HTTP requests to the REST
https://api.link.fish/
Auth type
API Key Header
Auth header
Authorization: Bearer YOUR_API_KEY
Rate limit
Based on plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://link.fish/api
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
37%
builder-friendly
API key authentication (see docs for format)
Authorization: Bearer YOUR_API_KEY
Paid. Web data extraction and structured data API. Plans from $29/mo.
| Method | Path | Description |
|---|---|---|
| GET | /Urls/apps |
Get mobile apps |
| GET | /Urls/browser-data |
Extract data (browser) |
| GET | /Urls/browser-screenshot |
Generate screenshot (browser) |
| GET | /Urls/data |
Extract data |
| GET | /Urls/data-raw |
Return data of JSON/XML |
| GET | /Urls/data-tabular |
Return tabular data |
| GET | /Urls/geo-coordinates |
Get geo coordinates |
| GET | /Urls/social-media |
Get social media accounts |
curl -X GET 'https://api.link.fish//Urls/apps' \ -H 'Authorization: Bearer YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official link.fish documentation.