# link.fish API **Provider:** link.fish **Category:** auth **Base URL:** `https://api.link.fish/` **Auth:** api-key — `Authorization: Bearer YOUR_API_KEY` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://link.fish/api ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.link.fish//Urls/apps` | Get mobile apps | | GET | `https://api.link.fish//Urls/browser-data` | Extract data (browser) | | GET | `https://api.link.fish//Urls/browser-screenshot` | Generate screenshot (browser) | | GET | `https://api.link.fish//Urls/data` | Extract data | | GET | `https://api.link.fish//Urls/data-raw` | Return data of JSON/XML | | GET | `https://api.link.fish//Urls/data-tabular` | Return tabular data | | GET | `https://api.link.fish//Urls/geo-coordinates` | Get geo coordinates | | GET | `https://api.link.fish//Urls/social-media` | Get social media accounts | ## Authentication API key authentication (see docs for format) ``` Authorization: Bearer YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.link.fish//Urls/apps' \ -H 'Authorization: Bearer YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Web data extraction and structured data API. Plans from $29/mo. --- *Source: [API Map](https://apimap.dev/apis/link-fish/) — CC BY 4.0*