Research
Internet Live Stats logo

Internet Live Stats API

internetlivestats.com

Internet Live Stats - live usage counters, website counts, and tech trend stats.

Actions
8
Category
Research
Login
Not required
Output
JSON

Call the Internet Live Stats API

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

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_internetlivestats_country_internet_users_yearly_stats",
    "params": {
      "country_code": "us"
    }
  }'

8 actions on internetlivestats.com

Read

  • Country Internet Users Yearly Stats

    act_internetlivestats_country_internet_users_yearly_statsread1 credit / call

    Returns a country's yearly internet user counts, penetration rates, and population figures.

    country_code
    string · required
  • Homepage Live Counters

    act_internetlivestats_homepage_live_counters_ssrread1 credit / call

    Returns the homepage live counters with labels and links to each statistic.

  • Internet Users By Country

    act_internetlivestats_internet_users_by_country_listingread1 credit / call

    Returns internet users per country with counts, penetration, and rankings.

  • Internet Users Yearly Stats

    act_internetlivestats_internet_users_yearly_statsread1 credit / call

    Returns worldwide yearly internet user counts, penetration rates, and population figures.

  • Live Viz Topic Index

    act_internetlivestats_live_viz_topic_indexread1 credit / call

    Returns live visualization topics with their categories and page links.

  • Live Websites Counter Viz

    act_internetlivestats_live_websites_counter_vizread1 credit / call

    Returns the live counter page details for a topic, including title and metric.

    viz_topic_slug
    string · required
  • Statistics Hub

    act_internetlivestats_statistics_hub_navigationread1 credit / call

    Returns the available statistics topics with their titles and page links.

  • Websites Yearly Stats

    act_internetlivestats_websites_yearly_statsread1 credit / call

    Returns the yearly count of websites worldwide with year-over-year changes.

Internet Live Stats API questions

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

All Research sites