Changelog

What's shipping
at Scrape Creators.

Every new endpoint, every fix, every "oh that's nice" tweak. In reverse chronological order, because that's how time works.

60 updates shipped

Apr 30, 2026

New Features

New

We have a CLI!

You can now use the Scrape Creators CLI to call any endpoint right from your terminal. Check out the docs for more info: https://docs.scrapecreators.com/integrations/cli

New

Dashboard metrics now available via API

All the internal metrics on your dashboard can now be accessed in the API β€” request history, daily usage, and most used routes. Docs: https://docs.scrapecreators.com/v1/account/get-api-usage and https://docs.scrapecreators.com/v1/account/get-most-used-routes

New

Reaction counts on Facebook comments and posts

Reaction counts are now available for Facebook comments and in the post β€” great for analyzing sentiment. Docs: https://docs.scrapecreators.com/v1/facebook/post and https://docs.scrapecreators.com/v1/facebook/post/comments

New

New params on YouTube Search

YouTube Search now supports sortBy (relevance, popular) and type (videos, shorts, channels, playlists). Docs: https://docs.scrapecreators.com/v1/youtube/search

Apr 13, 2026

New Features

New

Can now filter Google Search + Instagram Search by date_posted

You can now filter Google Search + Instagram Search by date_posted. Just add date_posted to the query params. Check out the docs for more info: https://docs.scrapecreators.com/v1/google/search and https://docs.scrapecreators.com/v2/instagram/reels/search

Apr 8, 2026

New Features

New

We have an MCP!

You can now use our MCP to get data from Scrape Creators! Check out the docs for more info: https://docs.scrapecreators.com/integrations/mcp

New

We have Open API Specs for all our APIs!

Every endpoint now has an Open API Spec! You can now use these specs to generate clients for your favorite programming language. To see the spec of any endpoint, just append /openapi.json to the endpoint URL. For example, https://docs.scrapecreators.com/v1/tiktok/video/transcript/openapi.json. To see the full one, go here: https://docs.scrapecreators.com/openapi.json

New

New TikTok Comment Replies Endpoint

You can now get TikTok replies to a comment! Check out the docs for more info: https://docs.scrapecreators.com/v1/tiktok/video/comment/replies

New

New YouTube Comment Replies Endpoint

You can now get YouTube replies to a comment! Check out the docs for more info: https://docs.scrapecreators.com/v1/youtube/video/comment/replies

Mar 4, 2026

New Features

New

Generate a new API key

You can now generate a new API key. You can only have one API key at a time β€” when you generate a new one, the old key is revoked and will no longer be valid. If your API key was compromised, you can generate a new one to invalidate the old one immediately.

Feb 24, 2026

Updates

Updated

AI transcript limit: videos longer than 2 minutes

If a video is longer than 2 minutes and requires AI to generate the transcript, we will not return a transcript. This does NOT affect endpoints that return existing transcripts (e.g. YouTube). Affected endpoints (AI only): /v1/facebook/adLibrary/ad, /v1/tiktok/video/transcript (when use_ai_as_fallback=true), /v2/instagram/media/transcript, /v1/facebook/post/transcript. For example, /v1/youtube/video/transcript will continue to work normally.

Feb 20, 2026

New Features & Updates

Updated

Fully migrated to AWS Lambda

We've fully migrated to AWS Lambda for better scaling. This should eliminate the 503 and 502 errors you may have experienced. Note: If you notice requests ending at 29 seconds, that's because 29 seconds is the maximum timeout AWS Lambda allows.

New

TikTok Product Reviews

New endpoint to get TikTok product reviews β€” super fast and returns 100 at a time. Docs: https://docs.scrapecreators.com/v1/tiktok/shop/product/reviews

New

LinkedIn Company Posts

New endpoint to get LinkedIn company posts. Can retrieve up to 7 pages (LinkedIn limitation). Docs: https://docs.scrapecreators.com/v1/linkedin/company/posts

Feb 3, 2026

Updates

Updated

Facebook Post Comments should be much better and faster

I made some improvements that should improve the /v1/facebook/post/comments endpoint. Also, you can now just pass a feedback_id, which speeds up the request significantly. If you pass a url, under the hood I am fetching that post's feedback_id, so its significantly slower to do it that way.

Updated

Small Updates to YouTube Search

The this_hour option is no longer available for the uploadDate parameter. You can now use sortBy=popular πŸŽ‰ (along with relevance)

Jan 29, 2026

Updates

Updated

YouTube Transcripts

Now to get youtube transcripts, you need to use the dedicated endpoint: v1/youtube/video/transcript. Previously you could pass get_transcript=true to /v1/youtube/video to get the transcript, but with YouTube's recent changes, its much better for us to use the dedicated endpoint. Apologies for the inconvenience.

Jan 23, 2026

Updates

Updated

Facebook Ad Library Search supports sort_by

Facebook Ad Library Search now supports sort_by. So you can now sort by Impressions or Most Recent.

Jan 11, 2026

Updates

Updated

Disabled Sign Up/Login with email/password

I disabled Sign Up/Login with email/password because of abuse. Will try to add it back.

Dec 30, 2025

Updates

Updated

New v2 Instagram Search Reels & Post Comments endpoints

New v2 versions of the Instagram Search Reels and Post Comments endpoints are now available. These endpoints require manual pagination. The previous versions are being phased out due to high server load and stability issues. See docs: https://docs.scrapecreators.com/v2/instagram/reels/search and https://docs.scrapecreators.com/v2/instagram/post/comments

Dec 29, 2025

Updates

Updated

I removed some convenience endpoints from the documentation (endpoints that did the paginating for you). They still work, but I didn't want new people using them. They will be deprecated on February 1st, 2026.

Dec 29, 2025

New Features

New

New Endpoint to get a Facebook Page's Reels

You can now get a Facebook page's reels! It gets 10 reels at a time, unlike the /v1/facebook/profile/posts endpoint which only gets 3 posts at a time. Get view counts also. Need to use 'next_page_id' and 'cursor' to paginate. Check out the docs for more info: https://docs.scrapecreators.com/v1/facebook/profile/reels

Dec 2, 2025

Updates

Updated

Can now just pass a URL to /v1/facebook/adLibrary/ad

You can now just pass a URL to /v1/facebook/adLibrary/ad to get the ad details. Can pass id if you want also, but I figured I'd make it easy for you to just pass the URL.

Updated

Can now filter by start_date, end_date and language for /v1/facebook/adLibrary/company/ads

You can now filter by start_date, end_date and language for /v1/facebook/adLibrary/company/ads. Just add start_date, end_date and language to the query params. Check out the docs for more info: https://docs.scrapecreators.com/v1/facebook/adLibrary/company/ads

Oct 30, 2025

New Features

Improved

Sort TikTok's by Most Popular

You can now sort a user's TikToks by Popular. Just add sort_by=popular to /tiktok/profile/videos or /tiktok/profile-videos endpoints!

Oct 15, 2025

New Features & Updates

New

Instagram Reels Search

By popular demand, there's finally an endpoint for Instagram Reels search: /v1/instagram/reels/search. Costs 1 credit per 10 reels returned, capped at 60 reels per request. It's a bit heavy since it scrapes search results and each post individually β€” so expect slightly longer processing times.

Improved

Credits in Responses

Most routes now include credits_remaining in the response β€” so you can easily see how many credits you've got left after each call.

New

Unified Facebook Post Endpoint

There's now one unified endpoint for Facebook posts: /v1/facebook/post. It replaces the old 'FB posts' and 'FB reels' endpoints β€” so make sure to migrate your requests over.

New

Facebook Business Hours

You can now get business hours for Facebook profiles! Just pass get_business_hours=true to: /v1/facebook/profile

Sep 12, 2025

New Features

New

Amazon Shop Endpoint

You can now scrape a creator's Amazon shop! For example: https://www.amazon.com/shop/sydneydelrey. Docs: https://docs.scrapecreators.com/v1/amazon/shop

Aug 5, 2025

Updates

Updated

TikTok removed region from /tiktok/profile

TikTok is being lame and remove the region parameter from /tiktok/profile. One workaround could be to use the /tiktok/user/followers or /tiktok/user/following endpoints to get the region from someone who the user follows, because region is still available there.

Aug 5, 2025

New Features

New

TikTok Shop Product Details Endpoint is Live!

You can now scrape TikTok shop products! You can get exact stock counts! Check out the docs for more info: https://docs.scrapecreators.com/v1/tiktok/product. More TikTok Shop endpoints coming soon!

Aug 1, 2025

Improvements

Improved

Video and Carousel Images added to /linkedin/ads/search

You can now get the video and carousel images for LinkedIn ads. Previously, you could only get the image.

Improved

Can now get like + comment count and description for /youtube/channel-videos + /youtube/search

MANY people have asked for this, I'm finally implementing it. Just add a `includeExtras=true` to the request to get the like + comment count and description for /youtube/channel-videos. Will also be adding this to /youtube/search soon.

New

Linktree Endpoint

You can now scrape a Linktree profile! Check out the docs for more info: https://docs.scrapecreators.com/v1/linktree

Jul 17, 2025

New Features

New

New Instagram Comments API endpoint

You can now scrape Instagram comments! Check out the docs for more info: https://docs.scrapecreators.com/v1/instagram/post/comments/simple

Jul 14, 2025

Improvements

Improved

Google Search and Ads API Improvements

Google changed their API and as a result, you could not get the copy of text ads anymore. But getting the copy is back up! I am using an OCR to get the text from the ad. It might be a little inaccurate. Email me if you have any issues: support@scrapecreators.com. Also for Google Search, you can now see the results in any country by passing a region parameter. Like region=US, region=UK, etc.

Jul 8, 2025

New Features

New

Truth Social Webhook to get real-time alerts of Trump's posts

You can now get real-time alerts of Trump's posts! Use the Truth Social Webhook: https://docs.scrapecreators.com/v1/truthsocial/webhook

Jun 29, 2025

Improvements

Improved

Trimmed Responses

On most endpoints, now you can pass trim=true to trim the response to a much more manageable response

Improved

n8n Community Node

If you self host n8n, you can now easily install Scrape Creators as a community node. Search for the name n8n-nodes-scrape-creators. Trying to get it approved to make it availabe for cloud n8n users also. NPM package: https://www.npmjs.com/package/n8n-nodes-scrape-creators

Improved

Tiktok backup

To ensure as little downtime as possible, added a backup for TikTok. The response strucuture should be mostly the same, but it is a little different. I will put the backup response in the docs shortly.

Improved

Keywords array on Youtube Video Details endpoint

There is now a keywords array that gets returned on /v1/youtube/video. Many videos don't have keywords and we just return an empty array in that case.

Jun 2, 2025

Improvements

Improved

Added EU Transparency Data for Facebook Ad's

Now you can see the EU Transparency Data for Facebook Ad's. This is a new feature that was added to the Facebook Ad Details endpoint.

May 31, 2025

New Features

New

Can now scrape Facebook Group Posts

Check out the new endpoint to scrape a public Facebook groups posts!

May 29, 2025

New Features

New

Linkedin Company API

You can now fetch a Linkedin company page! Get whatever is publicly available.

New

Bluesky Endpoints

ALL Bluesky endpoints are now available! You can get profiles, posts, and individual posts.

New

Pinterest Board Endpoint

You can now scrape a Pinterest board!

New

Pinterest User Boards Endpoint

You can now scrape a Pinterest user's boards!

May 27, 2025

Improvements

Improved

Now shorts will only be in the shorts array in youtube search

Now, you can be sure that only shorts will be in the shorts array in youtube search. Previously shorts were in the videos array. And lives are in their own array now in the youtube search results.

May 15, 2025

Improvements

Improved

Dedicated endpoint to get Facebook Transcripts

Pass a URL to /v1/facebook/post/transcript to get the transcript for a Facebook post. Pass a post or reel url.

May 14, 2025

New Features

New

New LinkedIn Post endpoint

You can now scrape a public Linkedin post! Works for articles and posts, and you can get the transcript! I might separate the article and post endpoints in the future. Let me know what you think: support@scrapecreators.com

New

Google Search API

You can now scrape Google search results! Hoping it helps you find creators, and whatever else you need.

New

New LinkedIn Profile endpoint

You can now fetch a LinkedIn profile page! Unfortunately you can't get job title or work history though :( Linkedin is lame and now hides that publicly. Check out the docs for more info.

Improved

Speed improvement for Truth Social API

Now can pass a user_id to get posts for a user (107780257626128497 is Trumps id), which will increase response times. Made some other improvements that should improve speed.

May 10, 2025

New Features

New

New Pinterest Search API endpoint

You can now search Pinterest! Check out the docs for more info.

May 7, 2025

New Features

New

New Instagram Highlights API endpoint

You can now fetch Instagram stories highlights! Check out the docs for more info.

May 6, 2025

Coming Soon

Planned

Pinterest Profile API

Endpoint for fetching a Pinterest profile page

Planned

Pinterest Board API

Endpoint for fetching a Pinterest board page

Planned

Bluesky Endpoints

Planning to add all publicly available endpoints from Bluesky soon

Planned

Public Facebook Groups API

Scraping public posts and comments from Facebook groups

Keep up

Something you want to see shipped?

Email me. A lot of what's on this list came from a one-line customer request.