Research
DataReportal logo

DataReportal API

datareportal.com

DataReportal - digital insights on internet, mobile, social, and e-commerce across 240+ countries.

Actions
7
Category
Research
Login
Not required
Output
JSON

Call the DataReportal API

Submit a task, then poll the job until it settles. This example runs act_datareportal_com_homepage_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_datareportal_com_homepage_ssr",
    "params": {}
  }'

7 actions on datareportal.com

Read

  • Homepage Content

    act_datareportal_com_homepage_ssrread1 credit / call

    Returns the homepage with site title, summary, hero headline, and featured report cards.

  • Report Details

    act_datareportal_com_report_detailread1 credit / call

    Returns a report's title, author, dates, summary, and full body of digital statistics.

    report_slug
    string · required
  • Report Embed Viewer

    act_datareportal_com_report_embed_viewerread1 credit / call

    Returns embedded full-report viewer metadata including title, summary, cover image, and page count.

    adobe_view_id
    string · required
    allow_fullscreen
    boolean
  • Report Listing

    act_datareportal_com_report_listingread1 credit / call

    Lists reports filtered by tag with titles, slugs, cover images, dates, and tags.

    report_tag
    string · required
  • Report Listing Pagination

    act_datareportal_com_report_listing_paginationread2 credits / call

    Returns the next page of tag-filtered reports with titles, slugs, excerpts, and dates.

    pagination_offset
    string · required
    report_tag
    string · required
  • Search Page

    act_datareportal_com_search_page_ssrread1 credit / call

    Returns matching reports for a search query with titles, summaries, images, and links.

    search_query
    string · required
  • Search Results

    act_datareportal_com_search_resultsread2 credits / call

    Returns paginated search results for a query with report titles, URLs, excerpts, and tags.

    search_query
    string · required
    page
    integer

DataReportal API questions

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