Ai Tools
Scale AI logo

Scale AI API

scale.com

Scale AI - product pages, research papers, model leaderboards, and search.

Actions
7
Category
Ai Tools
Login
Not required
Output
JSON

Call the Scale AI API

Submit a task, then poll the job until it settles. This example runs act_scale_com_leaderboard_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_scale_com_leaderboard_detail",
    "params": {
      "leaderboard_slug": "sweatlas-refactoring",
      "rsc_token": "LL9TSRj-8F0RCBVF"
    }
  }'

7 actions on scale.com

Read

  • Leaderboard Details

    act_scale_com_leaderboard_detailread2 credits / call

    Returns a benchmark's description and ranked model scores by slug.

    leaderboard_slug
    string · required
    rsc_token
    string · required
  • Leaderboard Listing

    act_scale_com_leaderboard_listingread2 credits / call

    Returns leaderboards with titles, categories, and top model and score.

    rsc_token
    string · required
    category
    string
  • Marketing Homepage

    act_scale_com_homepage_ssrread1 credit / call

    Returns the homepage title, headline, summary, and navigation.

  • Product Page

    act_scale_com_product_data_engineread2 credits / call

    Returns a product page's name, description, and feature list by slug.

    product_slug
    string · required
    rsc_token
    string · required
    deployment_id
    string · required
  • Research Paper Details

    act_scale_com_research_paper_detailread1 credit / call

    Returns a research paper's title, authors, and abstract by slug.

    paper_slug
    string · required
    rsc_token
    string · required
  • Research Papers Listing

    act_scale_com_research_papers_listing_ssrread1 credit / call

    Returns research papers with titles, authors, dates, and links.

Write

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

  • Site Search

    act_scale_com_docs_site_searchwrite2 credits / call

    Returns docs, papers, and leaderboards hits with titles, URLs, and previews.

    search_query
    string · required
    limit
    integer

Scale AI API questions

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

All Ai Tools sites