Marketing
Moz logo

Moz API

moz.com

Moz - Domain Authority checker, Top 500 websites listing, and per-domain DA metrics.

Actions
4
Category
Marketing
Login
Not required
Output
JSON

Call the Moz API

Submit a task, then poll the job until it settles. This example runs act_moz_domain_authority_detail.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_moz_domain_authority_detail",
    "params": {
      "domain_name": "youtube.com"
    }
  }'

4 actions on moz.com

Read

  • Domain Authority Details

    act_moz_domain_authority_detailread2 credits / call

    Returns Domain Authority metrics, ranking keywords, and top pages for a domain.

    domain_name
    string · required
  • Domain Authority Results

    act_moz_domain_authority_resultsread3 credits / call

    Returns Domain Authority, ranking keywords, and linking-domain data for a domain.

    domain_name
    string · required
  • Domain Authority Tool Page

    act_moz_domain_authority_tool_pageread1 credit / call

    Returns the Domain Authority checker tool page and its metadata.

  • Top 500 Websites Listing

    act_moz_top500_websites_listingread1 credit / call

    Returns the top 500 ranked websites with global rank, DA scores, and links.

Moz API questions

Is there an API for Moz?
Moz does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for moz.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Moz data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when moz.com changes its markup, Anakin updates the action.
Do I need a Moz account?
No. Every Moz action listed here runs anonymously — no account and no credentials required.
What does the Moz API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketing APIs

All Marketing sites