# Upscrolled Scraper (`zer0x/upscrolled-scraper`) Actor

Extract UpScrolled profiles, posts, followers, engagement data - the #1 social app in US/Canada. Scrape user bios, follower counts, post content, likes,  comments. Accepts share URLs, UUIDs, or @handles. First UpScrolled scraper available.

- **URL**: https://apify.com/zer0x/upscrolled-scraper.md
- **Developed by:** [j](https://apify.com/zer0x) (community)
- **Categories:** Social media, Lead generation, E-commerce
- **Stats:** 17 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 profile scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## UpScrolled Scraper - Extract Profiles, Posts & Engagement Data

The **UpScrolled Scraper** extracts data from UpScrolled, the fastest-growing social platform in North America. This is the **only UpScrolled scraper on Apify** - scrape user profiles, posts, follower counts, likes, comments, and media URLs without needing an official API.

### Why Use This UpScrolled Scraper?

- **First-to-market**: The only UpScrolled data extraction tool on Apify Store
- **No API needed**: UpScrolled has no public API - this scraper fills the gap
- **Growing platform**: 2.5M+ active users, #1 downloaded app in US/Canada (2025)
- **Complete data**: Profiles, posts, engagement metrics, media - all in one run

### UpScrolled Data You Can Extract

| Data Type | Fields |
|-----------|--------|
| **Profiles** | Handle, name, bio, verification status, profile image |
| **Follower Data** | Followers count, following count, posts count |
| **Posts** | Content text, timestamps, post type (text/photo/video) |
| **Engagement** | Likes count, comments count per post |
| **Media** | Image URLs, video URLs, thumbnails |

### Use Cases for UpScrolled Scraper

#### Influencer Marketing & Research

- Find UpScrolled influencers by follower count and engagement rate
- Build influencer databases for outreach campaigns
- Track creator growth over time

#### Competitive Intelligence

- Monitor competitor profiles and content strategy on UpScrolled
- Analyze posting frequency and engagement patterns
- Benchmark your brand against competitors

#### Lead Generation

- Extract potential customers from UpScrolled user profiles
- Build targeted prospect lists from the platform
- Identify high-engagement users in your niche

#### Market Research & Analytics

- Track trending content and topics on UpScrolled
- Analyze audience sentiment and engagement
- Research viral content patterns

#### Social Listening

- Monitor brand mentions across UpScrolled
- Track campaign hashtags and user-generated content
- Analyze audience reactions to announcements

### Input

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `targets` | array | Yes | List of share URLs, UUIDs, or @handles |
| `email` | string | Yes | UpScrolled email for authenticated access |
| `password` | string | Yes | UpScrolled password (stored securely) |
| `includePosts` | boolean | No | Scrape posts (default: true) |
| `maxPostsPerProfile` | number | No | Max posts per user (default: 100) |

#### Flexible Input Formats

The UpScrolled Scraper accepts multiple input formats - mix and match:

```json
{
    "targets": [
        "share.upscrolled.com/en/user/541afe2f-f146-47fe-861a-b110fbeeeb90/",
        "@Issam",
        "326f2181-024e-4e22-a518-cd6a5f168725"
    ],
    "email": "your@email.com",
    "password": "yourpassword",
    "includePosts": true,
    "maxPostsPerProfile": 50
}
```

### Output Schema

Each scraped UpScrolled profile is saved to the dataset:

```json
{
    "userId": "541afe2f-f146-47fe-861a-b110fbeeeb90",
    "handle": "username",
    "name": "Display Name",
    "bio": "User bio text",
    "isVerified": false,
    "isPrivate": false,
    "followersCount": 1234,
    "followingCount": 567,
    "postsCount": 89,
    "profileImageUrl": "https://...",
    "externalLinks": [],
    "scrapedAt": "2026-02-04T18:30:00.000Z",
    "posts": [
        {
            "postId": "post-uuid",
            "content": "Post text content...",
            "createdAt": "2026-02-03T12:00:00.000Z",
            "likesCount": 42,
            "commentsCount": 5,
            "mediaUrls": ["https://..."]
        }
    ]
}
```

### Authentication Required

This UpScrolled Scraper requires login credentials to access the platform:

- Full profile data including all fields
- All posts with engagement metrics (likes, comments)
- Resolve @handles to user profiles
- Access to media URLs (images, videos)

Create a free UpScrolled account at [upscrolled.com](https://upscrolled.com) if you don't have one.

### UpScrolled Platform Overview

UpScrolled is the fastest-growing social media platform:

- **#1 downloaded app** in US and Canada (2025)
- **2.5M+ active users** and growing rapidly
- **Music-focused community** with creators and fans
- **No public API** available - this scraper is the only extraction option

### Pricing

This UpScrolled Scraper uses **Pay-Per-Event** pricing:

- **Free to try** with Apify free tier
- **$0.01 per profile** scraped
- **$0.001 per post** extracted
- Pay only for successful data extraction

### Export Formats

Export your UpScrolled data in multiple formats:

- **JSON** - for programmatic use
- **CSV** - for spreadsheets and analysis
- **Excel** - for business reporting
- **XML** - for data integration

### Limitations

- Requires UpScrolled account credentials
- Rate limited to respect platform guidelines
- Private profiles return limited data
- Maximum 1000 posts per profile per run

### FAQ

**Is this an official UpScrolled API?**
No, this is an unofficial scraper. UpScrolled does not provide a public API.

**Is my data safe?**
Credentials are stored securely and never logged. The scraper runs in isolated Apify containers.

**How fast is the scraper?**
Approximately 1-2 seconds per profile, depending on post count and rate limiting.

**Can I scrape any profile?**
Yes, any public profile. Private profiles return limited publicly-visible data only.

### Support

For issues, feature requests, or custom UpScrolled scraping needs:

- Open an issue on the actor's page
- Contact the author via GitHub

### Disclaimer

This UpScrolled Scraper uses your credentials to access data on your behalf. By providing credentials, you confirm you have the right to access this data. Use responsibly and in accordance with UpScrolled's Terms of Service. The actor author is not responsible for misuse.

***

**Keywords**: upscrolled scraper, upscrolled api, scrape upscrolled, upscrolled data extraction, social media scraper, influencer scraper, profile scraper, engagement metrics, follower data

# Actor input Schema

## `targets` (type: `array`):

List of users to scrape. Accepts share URLs, UUIDs, or @handles.

## `email` (type: `string`):

Your UpScrolled login email for full access to posts

## `password` (type: `string`):

Your UpScrolled password

## `includePosts` (type: `boolean`):

Whether to scrape posts (requires authentication)

## `maxPostsPerProfile` (type: `integer`):

Maximum number of posts to scrape per user

## Actor input object example

```json
{
  "targets": [
    "c1466cfc-ff89-48c5-88f2-6247b39596c0"
  ],
  "includePosts": true,
  "maxPostsPerProfile": 100
}
```

# Actor output Schema

## `profiles` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "targets": [
        "c1466cfc-ff89-48c5-88f2-6247b39596c0"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("zer0x/upscrolled-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "targets": ["c1466cfc-ff89-48c5-88f2-6247b39596c0"] }

# Run the Actor and wait for it to finish
run = client.actor("zer0x/upscrolled-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "targets": [
    "c1466cfc-ff89-48c5-88f2-6247b39596c0"
  ]
}' |
apify call zer0x/upscrolled-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,zer0x/upscrolled-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/HaSIG7Jknp8l1lhgw/builds/STVfSOlI6eOq2zhCK/openapi.json
