l

link.fish API

by link.fish

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

authlink

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
72

Authentication

API key authentication (see docs for format)

Authorization: Bearer YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. Web data extraction and structured data API. Plans from $29/mo.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.link.fish//Urls/apps' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official link.fish documentation.