Medium Scraper V2
--- 𝐎𝒂ᥢ✪𝓻 - 𝕋𝕒𝕚𝕝𝕠𝕣𝕖𝕕 𝕋𝕖𝕔𝕙 𝕊𝕠𝕝𝕦𝕥𝕚𝕠𝕟𝕤 𝕗𝕠𝕣 𝔼𝕧𝕖𝕣𝕪 𝔹𝕦𝕤𝕚𝕟𝕖𝕤𝕤 --- ---  ### 📚 MEDIUM SCRAPER API Structured JSON access to public Medium data — including users, publications, posts, tags, curated lists, and more. Extract profiles, articles, follower data, and trending content without building your own scraper. Built for…
Medium Scraper V2 endpoints
| Method | Endpoint | Description |
|---|---|---|
| 👤 User | ||
| GET |
Get Users /users |
Search Medium users by a query string. Returns matching user profiles with optional pagination for large results. |
| GET |
Get User by User Id /users/id/{user_id} |
Retrieve detailed information about a Medium user using their unique user ID. |
| GET |
Get User by Username /users/username/{username} |
Retrieve detailed information about a Medium user using their username. |
| GET |
Get Followers of User by User ID /users/id/{user_id}/followers |
Fetch the list of followers for a specific Medium user using their user ID. Supports pagination to retrieve large follower lists efficiently. |
| GET |
Get Followers of User by Username /users/username/{username}/followers |
Fetch the list of followers for a specific Medium user using their username. |
| 💬 Post | ||
| GET |
Get Posts /posts |
Search and retrieve Medium posts based on a query string. |
| GET |
Get Post by Id /posts/{post_id} |
Retrieve detailed information about a specific Medium post using its unique post ID |
| GET |
Get Post Author /posts/{post_id}/author |
Retrieve information about the author of a specific Medium post using the post’s unique ID. |
| GET |
Get Post Summary /posts/{post_id}/summary |
Retrieve a brief summary of a specific Medium post using its unique post ID. |
| GET |
Get Post Content /posts/{post_id}/content |
Retrieve the full content of a specific Medium post using its unique post ID. |
| 📢 Publication | ||
| GET |
Get Publications /publications |
Search and retrieve Medium publications by a query string. |
| GET |
Get Publication Staff /publications/{slug}/staffs |
Retrieve the list of staff members of a Medium publication using its unique slug. |
| GET |
Get Publication Followers /publications/{slug}/followers |
Retrieve a list of followers for a specific Medium publication using its slug. |
| @️ Tag | ||
| GET |
Get Tags /tags |
Search and retrieve Medium tags based on a query string. |
| GET |
Get Recommended Stories for Tag /tags/{tag_slug}/recommend-stories |
Retrieve a list of recommended Medium stories for a specific tag using its tag_slug. |
| ≔ List | ||
| GET |
Get Lists /lists |
Search and retrieve Medium lists based on a query string. |
Medium Scraper V2 pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3.99 / month | 5 / second |
|
| ULTRA Recommended | $15.99 / month | 15 / second |
|
| MEGA | $60.99 / month | 30 / second |
|