Marketing
SEO Review Tools logo

SEO Review Tools API

seoreviewtools.com

Free SEO tools - content analysis, keyword research, and authority checks.

Actions
4
Category
Marketing
Login
Not required
Output
JSON

Call the SEO Review Tools API

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

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_seoreviewtools_content_analysis_submit",
    "params": {
      "article_url": "https://www.wikipedia.org",
      "csrf": "5485b29fee89cbc36a14650b9c164a07fe13084d3802ea2ba669c6cd67396066"
    }
  }'

4 actions on seoreviewtools.com

Read

  • SEO Authority Tools Listing

    act_seoreviewtools_seo_authority_tools_category_listingread1 credit / call

    Returns SEO authority tools with names, URLs, and descriptions.

  • SEO Content Tools Listing

    act_seoreviewtools_seo_content_tools_category_listingread1 credit / call

    Returns SEO content tools with names, URLs, and descriptions.

  • SEO Tools Listing

    act_seoreviewtools_seo_tools_listingread1 credit / call

    Returns all SEO and AI tools with names, URLs, and categories.

Write

Write actions change state on seoreviewtools.com and run as the account you connect.

  • Content Analysis

    act_seoreviewtools_content_analysis_submitwrite2 credits / call

    Submits an article URL and returns content scores, optimization checklist, and meta feedback.

    article_url
    string · required
    csrf
    string · required

SEO Review Tools API questions

Is there an API for SEO Review Tools?
SEO Review Tools does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for seoreviewtools.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 SEO Review Tools 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 seoreviewtools.com changes its markup, Anakin updates the action.
Do I need a SEO Review Tools account?
No. Every SEO Review Tools action listed here runs anonymously — no account and no credentials required.
What does the SEO Review Tools 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