Developer Tools
Visualping logo

Visualping API

visualping.io

Visualping - website change monitoring with AI detection and integrations.

Actions
10
Category
Developer Tools
Login
Not required
Output
JSON

Call the Visualping API

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

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_visualping_io_ai_use_case_ssr",
    "params": {
      "rsc_token": "19zvn"
    }
  }'

10 actions on visualping.io

Read

  • AI Use Case Page

    act_visualping_io_ai_use_case_ssrread1 credit / call

    Returns the AI monitoring use-case page title, headline, summary, and body content.

    rsc_token
    string
  • Chrome Extension Product Page

    act_visualping_io_chrome_extension_product_ssrread1 credit / call

    Returns the product page name, brand, description, and images.

    rsc_token
    string
  • Chrome Extension Store Details

    act_visualping_io_chrome_extension_detail_ssrread1 credit / call

    Returns Chrome Web Store listing details with name, brand, rating, review count, and description.

    extension_id
    string · required
  • Demo Screenshot Progress

    act_visualping_io_demo_screenshot_progressread2 credits / call

    Returns capture progress with suggested change-monitoring prompts and a screenshot.

    live_session_id
    string · required
    last_known_progress_id
    string · required
  • Pricing Page

    act_visualping_io_pricing_page_rscread1 credit / call

    Returns pricing page details including title, summary, and plan metadata.

    rsc_token
    string · required

Write

Write actions change state on visualping.io and run as the account you connect.

  • Capture Demo Screenshot

    act_visualping_io_demo_screenshot_fastshotwrite2 credits / call

    Captures a preview screenshot of a target URL with page title and DOM metadata.

    monitor_url
    string · required
    live_session_id
    string · required
  • Map Suggestions To XPath

    act_visualping_io_demo_suggestion_to_xpathwrite2 credits / call

    Maps change-detection prompts to page XPath selectors, returning xpath and text pairs.

    prepills
    array · required
    serialized_dom
    object · required
  • Persist Demo Job Prepills

    act_visualping_io_demo_job_test_update_prepillswrite2 credits / call

    Saves change-detection prompts to a monitor and returns impact and usage estimates.

    monitor_url
    string · required
    prepills
    array · required
  • Submit Demo Monitor URL

    act_visualping_io_demo_job_test_updatewrite2 credits / call

    Submits a URL to monitor and returns estimated usage and change impact.

    monitor_url
    string · required
  • Update Demo Check Interval

    act_visualping_io_demo_job_test_update_intervalwrite2 credits / call

    Updates a monitor's check frequency and returns revised usage and impact estimates.

    monitor_url
    string · required
    prepills
    array · required
    check_interval_minutes
    integer · required

Visualping API questions

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

All Developer Tools sites