ParseForge Scrapers

Chess.com Public Profile Scraper

parseforge/chesscom-public-profile-scraper

Social mediaDeveloper tools

Scrapes Chess.com public profiles, ratings, and game archives by username. Returns flat rows for profile, stats, archives, or games modes.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
109
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

Chess.com Public Profile Scraper

Scrape Chess.com public profiles, ratings, and game archives for any username, up to a million per run. Each row returns the player's bio, account metadata, rapid/blitz/bullet ratings, or monthly game lists. No login or API key. Export to CSV, JSON, Excel, or XML.

Chess.com's official API needs an app registration and rate limits you. This reads the public profile endpoints directly, filtered by username and mode, and returns each match in one fixed schema. Get player bios, account stats, monthly archives, or individual games without any authentication.

Who uses it What they scrape Chess.com for
Chess coaches Review a student's rating history and recent games to plan lessons.
Market researchers Track which players and rating brackets are growing in a region.
Content creators Pull stats and game lists for videos or articles about top players.
Data analysts Build datasets of player metadata and ratings for trend analysis.
Tournament organizers Verify participant profiles and ratings before an event.

What it does

This Actor collects Chess.com public profile data by username and mode, and returns each player as a flat row.

  • ๐Ÿ‘ค Profile mode: bio, name, title, country, location, followers, join date, and streamer status.
  • ๐Ÿ“Š Stats mode: rapid, blitz, bullet, daily, and tactics ratings with best and last played dates.
  • ๐Ÿ—‚๏ธ Archives mode: list of monthly game archive URLs for a player.
  • โ™Ÿ๏ธ Games mode: individual games for a selected month, with optional YYYY-MM filter.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Chess.com data

๐Ÿ“ˆ Track rating trends.

A chess coach pulls stats mode for a list of students each month to see who improved and who needs extra work.

๐Ÿ” Verify player identities.

A tournament organizer runs profile mode on registered usernames to confirm titles, countries, and account status before seeding.

๐Ÿ“š Build a game archive.

A researcher collects archives mode for top players, then uses games mode to download specific months for opening analysis.

๐ŸŽฅ Create content.

A YouTuber scrapes stats and recent games for a featured player to prepare a recap video with accurate numbers.

Why choose this scraper

What you get
No API key Uses public endpoints, no registration or OAuth.
Bulk usernames Pass a list of usernames and collect up to a million profiles per run.
Four modes Get exactly the data you need: profile, stats, archives, or games.
Flat output Every result is a flat row ready for CSV, JSON, Excel, or XML.

How it compares

This Actor focuses on raw public profile data from Chess.com, while the competitors below add analysis or aggregate multiple sources.

Feature ParseForge Chess Opponent Analyzer Chess Ratings Aggregator Chess.com Player Scraper - Public Profile Data
Profile bio and metadata Yes Not listed Not listed Yes
Ratings for rapid, blitz, bullet, daily, tactics Yes Not listed Yes Not listed
Monthly game archives list Yes Not listed Not listed Not listed
Individual games for a selected month Yes Yes Not listed Not listed
Bulk username input Yes Not listed Not listed Not listed
Export to CSV, JSON, Excel, XML Yes Yes Yes Not listed

Configure the run

Drive the Actor from a list of usernames and choose a mode: profile, stats, archives, or games. The month filter applies only in games mode and defaults to the most recent archive when left empty. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10,
 "usernames": [
 "magnuscarlsen",
 "hikaru",
 "fabianocaruana"
 ],
 "mode": "profile"
}

A larger pull:

{
 "maxItems": 200,
 "usernames": [
 "magnuscarlsen",
 "hikaru",
 "fabianocaruana"
 ],
 "mode": "profile"
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Chess.com Public Profile Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Chess.com through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/chesscom-public-profile-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that the usernames exist on Chess.com and are spelled correctly. Also ensure maxItems is at least 1 and the mode is set as expected.

Why does games mode return an error?

The monthFilter must be in YYYY-MM format, for example 2024-09. If left empty, the Actor uses the most recent archive, which may not exist for new accounts.

Why are some fields empty?

Chess.com profiles may not have all fields filled in. For example, a player may not have a title or location set, so those fields will be blank.

Can I scrape private profiles?

No, this Actor only accesses public data. If a profile is private or restricted, it will not be returned.

Why is the run slow with many usernames?

The Actor processes usernames sequentially to respect rate limits. Increase maxItems or split the list into multiple runs if needed.

FAQ

Question Answer
Do I need a Chess.com API key? No. This Actor reads the public profile endpoints directly, so no registration or authentication is required.
Can I scrape multiple usernames at once? Yes. Pass a list of usernames in the input, and the Actor will process each one up to the maxItems limit.
What does profile mode return? Profile mode returns bio, name, title, country, location, followers, join date, last online date, and streamer status.
What does stats mode return? Stats mode returns rapid, blitz, bullet, daily, and tactics ratings, including best ratings and last played dates.
What does archives mode return? Archives mode returns a list of monthly game archive URLs for the player, which you can then use in games mode.
What does games mode return? Games mode returns individual games for a selected month. Use the monthFilter field with format YYYY-MM, or leave it empty for the most recent archive.
Is the username case-sensitive? No, usernames are case-insensitive. The Actor normalizes them before querying.
What is the maximum number of profiles I can scrape? You can set maxItems up to 1,000,000 per run.
Can I export the data? Yes, results can be exported to CSV, JSON, Excel, or XML from the Apify dataset.
Does this work for Chess.com only? Yes, this Actor scrapes Chess.com public profiles only. For other platforms, consider a different scraper.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Chess.com, LLC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
maxItems integer How many profiles to collect per run. 10
usernames array List of Chess.com usernames to scrape (case-insensitive). ["magnuscarlsen","hikaru","fabianocaruan
mode string (4 options) profile = bio + account metadata. stats = rapid/blitz/bullet/daily/tactics ratings. archives = list of monthly game archives. games = individual games for the selected month. profile
monthFilter string Only used in games mode. Format YYYY-MM, e.g. '2024-09'. Leave empty to use the most recent archive available. not set

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
Result Item Charged once per result collected. $0.019 to $0.021

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~chesscom-public-profile-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Chess.com Public Profile Scraper on Apify All scrapers