LinkMiner
Backlink analysis API — discover backlinks, fetch link metrics, manage favorites, and export link data.
LinkMiner is Mangools' backlink discovery and analysis tool. The API exposes backlink profiles for any URL or domain, URL-level link quality metrics, favorites management, and data export — everything the LinkMiner app provides, accessible programmatically.
What you can do
- Discover backlinks — fetch the backlink profile for any URL or domain, with link type, anchor text, and source metrics.
- Analyze URLs — get link quality metrics (Citation Flow, Trust Flow, DA, PA) for any URL.
- Manage favorites — save and retrieve backlinks you want to track or revisit.
- Export data — trigger bulk exports of backlink data and retrieve the results.
- Track request usage — monitor remaining backlink request credits.
Authentication
All LinkMiner endpoints require an API key passed as the x-access-token header. See Authentication for setup instructions.
Endpoints
| Method | Endpoint | Path |
|---|---|---|
GET | Get backlinks | /linkminer/links |
GET | Get url metrics for target URL | /linkminer/url-metrics |
PATCH | Set favorite link | /linkminer/favorite-links/{link_id} |
GET | See favorite links | /linkminer/favorites |
GET | See favorite links | /linkminer/favorites/{link_id} |
DELETE | Remove link from favorite list | /linkminer/favorites/{list_id} |
GET | Get latest used requests | /siteprofiler/requests |
GET | Get list of all exports, sorted by created_at | /linkminer/exports |
POST | Create new exports task | /linkminer/exports |
POST | >- | /linkminer/exports/suggest/ |