Upscrolled Post Scraper avatar

Upscrolled Post Scraper

Pricing

from $9.50 / 1,000 results

Go to Apify Store
Upscrolled Post Scraper

Upscrolled Post Scraper

Scrapes upscrolled posts information. Supports posts with text, images and videos (all type of posts). Also, it extracts creator information (name, username, profile pic, etc..) and post stats (likes, comments, reposts with published date) with available metadata

Pricing

from $9.50 / 1,000 results

Rating

0.0

(0)

Developer

soulaimane kada

soulaimane kada

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

23 days ago

Last modified

Share

UpScrolled Post Scraper is a tool that extracts all post information. It supports posts with text, images, and videos (all types of posts). It also extracts creator information (name, username, profile picture, etc.) and post stats (likes, comments, reposts, and published date), along with available metadata.

The UpScrolled Post Scraper allows you to scrape posts from the UpScrolled app. It supports all types of posts (videos, images, and text-only posts) when a link to an UpScrolled post is provided.

This unofficial UpScrolled API is designed to let you scrape posts easily and retrieve metadata with no limits and no login required. Use it to download videos with no watermark, images, or post text.

Features

  • Video Posts → Extract video URL + metadata
  • Image Posts → Extract image URL + metadata
  • Text Posts → Extract text content only + metadata

How to Use This API

Input Parameters

The input for this scraper should be a JSON object containing the URL of the target post you want to scrape. Check the input tab for a detailed list of parameters.

{
"url": "https://share.upscrolled.com/en/post/a5749c70-0671-11f1-8080-80001ac98058"
}

UpScrolled Output Format

After a successful request, the API will return the post data.

Scraped UpScrolled Post

The structure of each item in an UpScrolled post looks like this:

Post contains a video:

{
"success": true,
"results": {
"activity": {
"id": "a5749c70-0671-11f1-8080-80001ac98058",
"time": "2026-02-10T11:14:20.215000",
"text": "Straight from our Founder & CEO @Issam - here's how we're taking action against harmful content and putting user safety at the heart of everything we build. Your safety matters to us.",
"postType": "VIDEO",
"attachments": [
{
"type": "video",
"url": "https://stream.prod-ext.video.upscrolled.com/6k36y7uzQ7bV00xCQDoThL1XlrvSBZ1rh5AeONSWgZMM.m3u8",
"aspectRatio": 0.5625,
"thumbnailUrl": "https://image.prod-ext.video.upscrolled.com/6k36y7uzQ7bV00xCQDoThL1XlrvSBZ1rh5AeONSWgZMM/thumbnail.jpg"
}
],
"actor": {
"name": "UpScrolled",
"handle": "UpScrolled",
"profileImage": "https://d2sscsmkqn4j9v.cloudfront.net/6ce22610-7218-4824-a29f-d1e5dd50357b/ProfileImage_10ffdb15-c5fd-4e46-9a7e-195196f57ea1.jpg",
"isVerified": true,
"isActive": true,
"isPrivate": false
},
"reactionCounts": {
"likes": 19580,
"comments": 2342,
"reposts": 2315
},
"isRestricted": false,
"isNestedRestricted": false,
"isRepost": false,
"original": null
}
}
}

Post contains an image:

{
"success": true,
"results": {
"activity": {
"id": "4de09d80-2447-11f1-8080-8001490e5823",
"time": "2026-03-20T10:26:49.304000",
"text": "From my family to yours, Eid Mubarak to everyone celebrating",
"postType": "PHOTO",
"attachments": [
{
"type": "image",
"url": "https://d2sscsmkqn4j9v.cloudfront.net/0a63ec2d-cd86-4a84-8bf1-14a4f25665fb/Image_9315ee71-8653-4963-9cd6-9725db95f458.jpg",
"aspectRatio": null,
"thumbnailUrl": null
}
],
"actor": {
"name": "Abier",
"handle": "AbierKhatib",
"profileImage": "https://d2sscsmkqn4j9v.cloudfront.net/0a63ec2d-cd86-4a84-8bf1-14a4f25665fb/ProfileImage_b7d69bfa-ae41-4507-90c5-852f163009cc.jpg",
"isVerified": true,
"isActive": true,
"isPrivate": false
},
"reactionCounts": {
"likes": 220,
"comments": 21,
"reposts": 13
},
"isRestricted": false,
"isNestedRestricted": false,
"isRepost": false,
"original": null
}
}
}

Post contains a text-only:

{
"success": true,
"results": {
"activity": {
"id": "29f60a50-fd40-11f0-8080-800053d811cb",
"time": "2026-01-29T18:27:27.221000",
"text": "Some of my favorite Palestine, commentary, and news creators:\n@guy\n@AnaKasparian\n@MelTheVCL\n@AbierKhatib\n@ErikWarsaw\n@SuppressedNws1\n@gregjstoker\n@IsraelExposed\n@myzfrancois\n\nSomeone close to me who enjoys posting videos running with his dog:\n@hattmoss",
"postType": "TEXT",
"attachments": [],
"actor": {
"name": "Wally Rashid",
"handle": "wallyrashid",
"profileImage": "https://d2sscsmkqn4j9v.cloudfront.net/de5941d0-206c-48a6-a7b7-226aa2afc437/ProfileImage_408b4dbc-edc2-4fd2-bb66-5f917c733139.jpg",
"isVerified": true,
"isActive": true,
"isPrivate": false
},
"reactionCounts": {
"likes": 666,
"comments": 78,
"reposts": 171
},
"isRestricted": false,
"isNestedRestricted": false,
"isRepost": false,
"original": null
}
}
}

Your feedback

We’re always working on improving the performance of our Actors. So if you’ve got any technical feedback for upscrolled post scraper or simply found a bug, please create an issue on the Actor’s Issues tab in Apify Console.