Moz
Moz SEO Tools API is an interface that allows developers to integrate Moz's SEO features and analytics into their applications, enabling efficient access to domain authority metrics, backlink analysis, keyword rankings, and other valuable SEO insights.
Moz endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Top Pages /v2/top_pages |
Use this endpoint to return a list of the top pages on a target domain. Top pages are identified as the pages on a site with the most external links. The default sort for this… |
| POST |
Links /v2/links |
Use this endpoint to get a list of links to a target. In other words, this endpoint returns a list of links pointing to your site or page. This endpoint will return URL Metrics… |
| POST |
URL Metrics /v2/url_metrics |
Use this endpoint to get metrics about one or more URLs, including Domain Authority, Page Authority, Spam Score, link counts, link propensity, and more. You can pull URL metrics… |
| POST |
Linking Root Domains /v2/linking_root_domains |
Use this endpoint to get a list of linking root domains to a target. In other words, this endpoint returns a list of the sites linking to your site or page. You can use this data… |
| POST |
Link Status /v2/link_status |
Use this endpoint to get information about whether a link to a target from a particular source is included in our index. For example, you may make an API request to see if… |
| POST |
Link Intersect /v2/link_intersect |
The Link Intersect endpoint will return data about sites that are linking to your competitors, but not to you. This is a clever way to explore your competitors’ backlink profile,… |
| POST |
Index Metadata /v2/index_metadata |
Use this endpoint to track when the index is updated with new data. When queried, the endpoint returns an ID that changes when the data in the index changes. This information can… |
| POST |
Global Top Root Domains /v2/global_top_root_domains |
This endpoint returns the top 500 root domains in the entire index with the highest Domain Authority values, sorted by descending Domain Authority. For each result, the API will… |
| POST |
Global Top Pages /v2/global_top_pages |
This endpoint returns the top 500 pages in the entire index with the highest Page Authority values, sorted by descending Page Authority. For each result, the API will return a… |
| POST |
Final Redirect /v2/final_redirect |
Use this endpoint to see the final redirect target of a page after following known redirects in the index. For example, if we request the final redirect for seomoz.com/blog, the… |
| POST |
Anchor Text /v2/anchor_text |
Use this endpoint to get data about anchor text used to link to a specified site. This can be helpful when trying to understand how people are linking to and talking about your… |
Moz pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | 5 / second |
|
| ULTRA | $50 / month | 5 / second |
|
| MEGA | $200 / month | 5 / second |
|