Moz API V3 Overview
Frequently Asked Questions
What’s Covered?
In this guide, you’ll learn more about Moz API V3 and its available methods.
Quick Links
Introduction
The Moz API is a powerful tool for users who want to analyze the search landscape, build custom dashboards or SEO reporting scripts, enrich their own SaaS applications (with proper attribution), and much more.
Currently, the Moz API is being upgraded to a better and more robust version, which means that many methods are in V3, and some are only available via the legacy version (Moz API V2).
Authentication with the new Moz API V3 is easier than ever. For more information on accessing the Moz API V3 endpoints, be sure to check out the Getting Started section of the updated API Documentation Hub.
Why are we building the Moz API V3?
V3 of the Moz API will provide you with more data solutions to help you make informed SEO decisions. With expanded methods and a revamped JSON-RPC format, you can expect a more intuitive API design, simplified authentication, and a better overall developer experience.
In addition to the link data available via V2, Moz API V3 will offer a rich collection of data for keyword and site research through the new methods now available. Be sure to check out our flexible subscription options to find a data solution that fits your project needs. These affordable plans allow for scalability and growth, making the Moz API accessible for any budget size.
API V3 methods
The following methods are currently available via Moz API V3:
- Fetch Keyword Metrics – Retrieve the most recent Difficulty, Volume, Organic CTR, and/or Priority metrics for any keyword that exists in our database.
- Fetch Search Intent – Retrieve the most recent Search Intent scores (navigational, informational, commercial, and transactional) for any keyword in our database.
- List Related Keywords – Retrieve a list of related Keyword Suggestions for a given input keyword.
- Fetch Brand Authority™ – This endpoint returns a Brand Authority score for the provided target. Use this metric to understand the strength of your website’s brand, benchmark against competitors, and more.
- Fetch Site Metrics – Use this endpoint to get metrics such as Domain Authority, Page Authority, Spam Score, link counts, and more for one URL.
- List Ranking Keywords – Retrieve a list of keywords for which the provided site (domain, subdomain, subfolder, or page) ranks in the top 50, along with the ranking position, Difficulty, and Monthly Volume for each keyword.
API V3 documentation
Ready to get started with Moz API V3 and access the new methods? Check out the updated documentation in our API Documentation Hub.
Please note: Documentation for link data is still accessible via the Help Hub.
What are “methods” in the V3 API? Don’t you mean “endpoints”?
Unlike an HTTP REST API, the Moz API V3 exposes a single URL that accepts remote procedure calls. Therefore, we don't talk about "endpoints" in for V3 (a distinct URL + HTTP method that corresponds with some action on a resource), but rather "methods" (the name of the function to be executed by the API server). The method name is passed in the body of the request to the API URL, as per the JSON-RPC 2.0 spec. For developers who are more familiar with HTTP REST patterns, you can think of the Moz API methods as playing a similar role to HTTP endpoints.
Related Articles
Was this article helpful?
Yes! Amazing! Yes! It was what I needed. Meh. It wasn’t really what I was looking for. No, it wasn’t helpful at all.
Thanks for the feedback.