Track historical backlink growth, referring domains, and link velocity over time. Try free — pay per generation.
About this model
Backlinks History returns a month-by-month timeline of a domain's link acquisition, showing how referring domains and total backlinks have grown, plateaued, or declined over a chosen date range. Because it tracks both gained and lost links per period, it's useful for spotting negative SEO attacks, disavow-worthy link drops, or the exact months a competitor's link-building campaign paid off. An optional date_from / date_to window lets you zoom into a specific launch period instead of reviewing the domain's entire link history at once.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.025 per query | Month-by-month backlink and referring-domain velocity for a chosen date range. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Month-by-month backlink and referring-domain velocity for a chosen date range.
Not offered as a standalone API.
Not offered as a standalone API.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Target Domain | string | Domain to analyze historical backlinks for. | openai.com |
| Date From | string | Starting date (YYYY-MM-DD). | - |
| Date To | string | Ending date (YYYY-MM-DD). | - |
Domain to analyze historical backlinks for.
openai.comStarting date (YYYY-MM-DD).
-Ending date (YYYY-MM-DD).
-Developer documentation
target as the domain to analyze.date_from and date_to (YYYY-MM-DD) to scope the timeline; omit both for full available history.curl -X POST https://api.muapi.ai/api/v1/seo-backlinks-history \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"target": "openai.com",
"date_from": "2025-01-01",
"date_to": "2025-12-31"
}'
Frequently asked
Multiple years of monthly backlink history are available; use `date_from` to scope to an earlier or later window.
No, both are optional — omit them to receive the full available historical timeline.
Referring domain count, total backlinks, and net gained/lost links for that month.
Yes, sudden unexplained drops in referring domains or backlinks within a short window are a common negative-SEO signal this endpoint surfaces.
Backlinks Pages ranks current top-linked pages; Backlinks History tracks how the domain's overall link profile has changed over time.