Chess.com Public Profile Scraper avatar

Chess.com Public Profile Scraper

Pricing

from $19.00 / 1,000 result items

Go to Apify Store
Chess.com Public Profile Scraper

Chess.com Public Profile Scraper

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

Pricing

from $19.00 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

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 itWhat they scrape Chess.com for
Chess coachesReview a student's rating history and recent games to plan lessons.
Market researchersTrack which players and rating brackets are growing in a region.
Content creatorsPull stats and game lists for videos or articles about top players.
Data analystsBuild datasets of player metadata and ratings for trend analysis.
Tournament organizersVerify 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 keyUses public endpoints, no registration or OAuth.
Bulk usernamesPass a list of usernames and collect up to a million profiles per run.
Four modesGet exactly the data you need: profile, stats, archives, or games.
Flat outputEvery 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.

FeatureParseForgeChess Opponent AnalyzerChess Ratings AggregatorChess.com Player Scraper - Public Profile Data
Profile bio and metadataYesNot listedNot listedYes
Ratings for rapid, blitz, bullet, daily, tacticsYesNot listedYesNot listed
Monthly game archives listYesNot listedNot listedNot listed
Individual games for a selected monthYesYesNot listedNot listed
Bulk username inputYesNot listedNot listedNot listed
Export to CSV, JSON, Excel, XMLYesYesYesNot 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 collectedApproximate 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

QuestionAnswer
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.

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.