# BIGO LIVE Scraper: Live Streams & Creator Profiles (`scrapingmonkey/bigo-scraper`) Actor

Discover current public BIGO LIVE streams and extract creator profiles. Get live room IDs, topics, viewer counts, country labels, biographies and audience counts to research streamers and compare live activity.

- **URL**: https://apify.com/scrapingmonkey/bigo-scraper.md
- **Developed by:** [ScrapingMonkey](https://apify.com/scrapingmonkey) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

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

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

**BIGO LIVE Scraper** helps you discover active BIGO LIVE rooms and evaluate creator profiles. Collect room topics, viewer counts, countries and preview images, then export creator biographies, audience counts and live status for streamer discovery, market research and partnership planning.

Review the live rooms available during a run, identify creators worth evaluating and compare their profile information in a consistent shortlist for regional streaming and partnership research.

| At a glance | Details |
|---|---|
| 📥 Input | Search fields or links to the selected items; see the examples below |
| 📤 Output | One row per live stream or creator profile, depending on the mode |
| 📄 Pagination | Automatic up to `maxResults` for each input, when more results are available |
| 🔐 Login required | No |
| ⚡ Processing | Multiple inputs per run with automatic retries for temporary errors |
| 💾 Delivery | One complete Apify dataset table; CSV, JSON and Excel export |

### What the BIGO LIVE scraper collects 📱

Discover current public BIGO LIVE streams and extract creator profiles. Get live room IDs, topics, viewer counts, country labels, biographies and audience counts to research streamers and compare live activity.

| Collection | What you receive |
|---|---|
| BIGO LIVE live streams scraper | Collect current public BIGO LIVE streams with streamer IDs, live room IDs, viewer counts, room topics, preview images and public country labels. |
| BIGO LIVE creator profiles scraper | Export public BIGO creator profiles with bios, avatars, follower and following counts, registration dates, public post totals and current live status. |

Data can include:

- Live rooms: Room IDs, room links, topics and titles.
- Audience: Current viewer counts and profile follower or following counts.
- Creators: BIGO IDs, names, biographies and avatars.
- Location: Public country labels and available profile city information.
- Previews: Room cover images and profile images.
- Activity: Current live status, visible post counts and registration dates.

### How to scrape BIGO LIVE 🚀

1. Choose **Live Streams** in **What to collect**, or select another collection mode.
2. Fill in the search fields, or paste links to the items you want to collect.
3. Set the maximum results and any optional filters.
4. Start the Actor and review the collected rows.
5. Export the dataset or connect it to your application.

#### BIGO LIVE live streams scraper — input example

```json
{
  "mode": "streams",
  "maxResults": 10
}
```

`maxResults: 10` means up to 10 results for **each input**. It does not guarantee that the website has that many matches. You can set the limit as low as 1.

#### BIGO LIVE creator profiles scraper — input example

```json
{
  "mode": "profile",
  "profileUrls": [
    "https://www.bigo.tv/user/608238415"
  ],
  "maxResults": 10
}
```

### BIGO LIVE data fields and complete output 📦

| Field group | Included data |
|---|---|
| Live rooms | Room IDs, room links, topics and titles. |
| Audience | Current viewer counts and profile follower or following counts. |
| Creators | BIGO IDs, names, biographies and avatars. |
| Location | Public country labels and available profile city information. |
| Previews | Room cover images and profile images. |
| Activity | Current live status, visible post counts and registration dates. |

Each collected item is a separate row. `input` identifies the submitted value and `result_type` identifies the selected mode. All returned fields appear in one table; columns that do not apply to a mode can be empty.

A complete JSON result is shown for every collection mode below, in the same order as the input examples. Each example includes every field for its mode; text and lists are not shortened. Values are representative and can change.

#### BIGO LIVE live streams scraper — complete JSON result

```json
{
  "result_type": "streams",
  "input": "all",
  "status": "success",
  "id": "6986819080482387437",
  "url": "https://www.bigo.tv/762636738",
  "room_id": "6986819080482387437",
  "user_id": "541212134",
  "bigo_id": "762636738",
  "name": "ˢ·ᴬ❄︎ˢⁿᵒʷᴡɪʟᴳᴳ",
  "title": null,
  "topic": "CATCH UP LIVEE",
  "viewer_count": 114,
  "updated_at_unix": 1789894775,
  "is_locked": false,
  "cover_url": "https://esx.bigo.sg/as/live-enhancer/ls5/11wivboXc02F.webp?auth-token=ptRyOpSnXDwV3ujqyD9SFQ-jfD8A9hbFf0jVxUT9Df4:eyJhIjo2MCwiYyI6ImJyb29tX2xpc3Rfbm9ybWFsX25ldy1jLSIsImUiOjE3OTAwNzY4ODgsInMiOiIyIn0",
  "country": null
}
```

#### BIGO LIVE creator profiles scraper — complete JSON result

```json
{
  "result_type": "profile",
  "input": "608238415",
  "status": "success",
  "id": "439216059",
  "url": "https://www.bigo.tv/user/608238415",
  "user_id": "439216059",
  "bigo_id": "608238415",
  "name": "Sardor.avgan🐺✔️",
  "country": null,
  "client_bigo_id": "Shukurov01",
  "avatar_url": "http://esx.bigo.sg/eu/live_pic/luz/1x5aaB00y4dZTiM1822Ui_2.jpg?type=20&auth-token=9q-tIa_McAwu-MPdumbCryPbDLFwxdhJ1tCn7Ucrfx0:eyJhIjo2MCwiYyI6InFyeS1hLTI3Mzg1IiwiZSI6MTc5MDA3ODM2NSwicyI6IjEifQ",
  "bio": null,
  "follower_count": 113329,
  "following_count": 206,
  "post_count": 0,
  "registered_at": "2020-06-24 10:09:24",
  "is_live": true,
  "room_topic": "Bowladikmoooo",
  "city": null,
  "location_hidden": true
}
```

Images, tags and other lists stay with their parent result instead of creating extra rows. Invalid or unavailable inputs, inputs with no results, and requests that fail after all retries produce a row with `status: failed`. At most one failed row is saved per input; it includes `error_code` and `error_message` explaining the outcome. A normal end of pagination after collected results does not add a failed row.

### Input requirements and collection settings ⚙️

| Setting | What to enter |
|---|---|
| **What to collect** (`mode`) | Choose the information to collect. |
| **Maximum results per search or link** (`maxResults`) | Collect up to this many results for each search or link. Minimum: 1. |
| **Profile links** (`profileUrls`) | Paste one link per line. Example: https://www.bigo.tv/user/608238415 For Profile. |

| Collection mode | Fields to use |
|---|---|
| Live Streams | Set the maximum results and start. |
| Profile | **Profile links** |

The result limit applies separately to each search or supplied link. Collection ends earlier when no more matching results are available.

### BIGO LIVE scraping use cases 🎯

#### Streamer discovery

Identify active creators and review their room topics before partnership outreach.

#### Regional market research

Compare public country labels and visible live activity across the collected rooms.

#### Live audience snapshots

Record current room viewer counts for later comparison with another run.

#### Creator qualification

Compare biographies, follower counts and live status for selected BIGO creators.

#### Content category research

Review room titles and topics to understand the broadcasts visible at collection time.

### Pricing and saved-result behavior 💰

See the Actor's **Pricing** tab for the active pricing model and current rate. Store settings may change, so this README does not claim a fixed cost.

Under dataset-item pricing:

- Each collected item saved in the dataset is one result.
- Images, tags and other values attached to that item do not create additional rows.
- Automatic retry attempts do not create extra dataset rows.
- A saved `failed` row is also one billable dataset item, including invalid inputs, unavailable items, no results, or exhausted retries. At most one failed row is saved per input, including when some results were already collected.
- `maxResults` caps all saved rows for each input, including its failed row. Repeated copies of the same input are processed once. More inputs or a higher limit can produce more saved results.

### BIGO LIVE scraper API and integrations 🔌

Replace `$ACTOR_ID` with the ID shown in the Actor API tab and `$APIFY_TOKEN` with your token.

```bash
curl -X POST "https://api.apify.com/v2/acts/$ACTOR_ID/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"mode":"streams","maxResults":10}'
```

Use schedules for recurring collection, webhooks for completion notifications, and Apify integrations for Google Sheets, Make, Zapier, cloud storage, a CRM or your own application.

### Reliability, retries, and public-data limits ⚠️

Temporary connection errors, timeouts and access restrictions are retried automatically, up to five attempts. Invalid inputs save a failed row without an HTTP request; confirmed unavailable items save a failed row without unnecessary retries. Exhausted retries also save a failed row. Results already collected remain available if a later request fails, and normal pagination completion adds no error row. Collection also stops after two consecutive fully processed pages add no new results, even if the website provides another cursor. Required detail lookups are completed before checking a page; new results reset the counter, and independent reply branches are checked separately. Failures while initializing the Actor, saving data or scheduling requests stop the run instead of being reported as a failed website result.

Live rooms and viewer counts are snapshots taken during the run; ended streams may no longer appear.

BIGO LIVE controls which information is publicly available. Removed, private or restricted items may be unavailable, and optional values can be null or empty. A run can still fail if the results cannot be saved.

### Frequently asked questions ❓

#### Does it require an account on BIGO LIVE?

No. You do not need to provide an account, password or login cookies. Only publicly available information is collected.

#### How does maxResults work?

It limits the number of saved results separately for every input. The minimum is 1. With maxResults set to 10, each input returns at most 10 available results. A detail lookup normally returns one record per input.

#### Can I discover creators who are live now?

Streams lists the current public rooms exposed by BIGO, including creator IDs and room topics.

#### Does it provide follower lists?

No. Profile mode provides visible follower and following totals, not individual follower lists.

#### Why are some fields empty?

The website may not publish that value, or the field may belong to a different collection mode. Missing values remain null or empty instead of being guessed.

#### Can I export the results to a spreadsheet?

Yes. Download CSV, Excel or JSON from the Apify dataset. All returned fields are included in the same results table.

### Support and responsible use 🛟

For a reproducible issue, share the run ID, selected mode, result limit and a safe public example through the support channel. Never disclose access tokens, passwords or proxy credentials.

Use public BIGO LIVE information lawfully and responsibly. Follow applicable privacy, copyright, data-protection, contractual and platform requirements when storing, analyzing or redistributing results.

# Actor input Schema

## `mode` (type: `string`):

Choose the information to collect.

## `maxResults` (type: `integer`):

Collect up to this many results for each search or link. Minimum: 1.

## `profileUrls` (type: `array`):

Paste one link per line. Example: https://www.bigo.tv/user/608238415 For Profile.

## Actor input object example

```json
{
  "mode": "streams",
  "maxResults": 10
}
```

# Actor output Schema

## `results` (type: `string`):

Collected entities and failed input outcomes, with all available fields and error explanations in one dataset.

# 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 = {
    "mode": "streams",
    "maxResults": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapingmonkey/bigo-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 = {
    "mode": "streams",
    "maxResults": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("scrapingmonkey/bigo-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 '{
  "mode": "streams",
  "maxResults": 10
}' |
apify call scrapingmonkey/bigo-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapingmonkey/bigo-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/VZTtd2PDSUX9Ga5P5/builds/kJsDFhjMP1Ey9t1Sn/openapi.json
