# Crunchyroll API scraper (`rl1987/crunchyroll-api-scraper`) Actor

Scrapes the Crunchyroll anime series catalogue metadata (title, description, maturity rating, episode/season counts, dub/sub locales, artwork) via the app's private API using anonymous guest access. Metadata only — no stream/DRM URLs.

- **URL**: https://apify.com/rl1987/crunchyroll-api-scraper.md
- **Developed by:** [R.L.](https://apify.com/rl1987) (community)
- **Categories:** Videos
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 series records

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#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

## Crunchyroll API Scraper 🛍️ — Scrape Crunchyroll.com ID, Title, Slug, URL

**Crunchyroll API Scraper** — Scrapes the Crunchyroll anime series catalogue metadata (title, description, maturity rating, episode/season counts, dub/sub locales, artwork) via the app's private API using anonymous guest access. Metadata only — no stream/DRM URLs. It reads Crunchyroll's own API directly, so it's **fast, reliable and complete** — no flaky HTML parsing, no headless browser. Export to **JSON, CSV, Excel, or an API**.

***

### ✨ Why use this Crunchyroll API Scraper?

- 🟢 **No code required** — set your input, click **Start**, download your data.
- ⚡ **Fast & accurate** — reads Crunchyroll's own private API and returns structured JSON, not scraped HTML.
- 🧾 **Rich, structured data** — every field below, clean and ready to use.
- 🔁 **Full pagination** — collects results to your `maxItems` cap.
- 💸 **Transparent pay-per-result pricing** — pay only for the rows you get.
- 📤 **Export anywhere** — JSON, CSV, Excel, XML, or pull it live via the Apify API.

***

### 🎯 What can you do with Crunchyroll data?

- **Market & competitor research** — analyse Crunchyroll's anime catalogue at scale.
- **Price & availability monitoring** — track changes over time.
- **Data science & trend analysis** — build clean datasets.
- **Lead generation & enrichment** — feed Crunchyroll data into your own tools.

***

### 📥 What data does the Crunchyroll API Scraper extract?

Each row includes: `id`, `name`, `slug`, `url`, `description`, `type`, `episodeCount`, `seasonCount`, `maturityRatings`, `maturityLevel`, `isDubbed`, `isSubbed`, `isSimulcast`, `isMature` …and more. See the full **Data table** below.

***

### 🚀 How to scrape Crunchyroll.com (3 steps)

1. **Set your input** — provide `q` or `locale` (see the table below; defaults work out of the box).
2. **Pick options** — filters, a `proxyConfiguration`, and a `maxItems` cap.
3. **Run & export** — click **Start**, then download the dataset as JSON/CSV/Excel or fetch it via the API.

***

### ⚙️ Input

| Field | Type | Default | Description |
| --- | --- | --- | --- |
| `q` | string | – | Anime keyword to search (e.g. naruto). Leave empty to browse (optionally by season). |
| `locale` | string | `en-US` | Display locale (e.g. en-US, de-DE, ja-JP). |
| `maxItems` | integer | `100` | Maximum records to return (0 = unlimited). |
| `seasonalTag` | enum | – | Browse a season ('this season' browse). — one of `summer-2026`, `spring-2026`, `winter-2026`, `fall-2025`, `summer-2025`, `spring-2025`, `winter-2025`, `fall-2024`, `summer-2024`, `spring-2024`, `winter-2024`, `fall-2023`, `summer-2023`, `spring-2023`, `winter-2023`, `fall-2022`, `summer-2022`, `spring-2022`, `winter-2022`, `fall-2021`, `summer-2021`, `spring-2021`, `winter-2021`, `fall-2020`, `summer-2020`, `spring-2020`, `winter-2020`, `fall-2019`, `summer-2019`, `spring-2019`, `winter-2019`, `fall-2018`, `summer-2018`, `spring-2018`, `winter-2018`, `fall-2017`, `summer-2017`, `spring-2017`, `winter-2017`, `fall-2016`, `summer-2016`, `spring-2016`, `winter-2016`, `fall-2015`, `summer-2015`, `spring-2015`, `winter-2015`, `fall-2014`, `summer-2014`, `spring-2014`, `winter-2014`, `fall-2013`, `summer-2013`, `spring-2013`, `winter-2013`, `fall-2012`, `summer-2012`, `spring-2012`, `winter-2012`, `fall-2011`, `summer-2011`, `spring-2011`, `winter-2011`, `fall-2010`, `summer-2010`, `spring-2010`, `winter-2010`, `fall-2009`, `summer-2009`, `spring-2009`, `winter-2009` |
| `proxyConfiguration` | object | Apify Proxy | Route requests through a proxy (Apify Proxy by default). |

#### Example input

```jsonc
{
  "locale": "en-US",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

***

### 📤 Output

Each result is a JSON object like this:

```jsonc
{
  "id": "GY9PJ5KWR",
  "name": "Naruto",
  "slug": "naruto",
  "url": "https://www.crunchyroll.com/series/naruto",
  "description": "Naruto Uzumaki is a hyperactive and knuckle-headed ninja still living in Konohagakure. Shunned because of the Kyuubi inside him, Naruto struggles to find his…",
  "type": "series",
  "episodeCount": 220,
  "seasonCount": 5,
  "maturityRatings": [
    "TV-14"
  ],
  "maturityLevel": "M2",
  "isDubbed": false,
  "isSubbed": true,
  "isSimulcast": false,
  "isMature": false,
  "audioLocales": [
    "ja-JP"
  ],
  "subtitleLocales": [
    "de-DE",
    "ar-SA",
    "…+5 more"
  ],
  "categories": [
    "Action",
    "Adventure",
    "…+3 more"
  ],
  "contentDescriptors": [
    "Violence"
  ],
  "awards": [],
  "keywords": [],
  "seriesLaunchYear": 2005,
  "images": [
    "https://www.crunchyroll.com/imgsrv/display/thumbnail/1920x1080/catalog/crunchyroll/fb4d010663566745a0e46730de161aea.png",
    "https://www.crunchyroll.com/imgsrv/display/thumbnail/1560x2340/catalog/crunchyroll/3a205e2da3a7e216114a882cb034a8c2.png",
    "…+1 more"
  ],
  "availabilityStatus": "available"
}
```

***

### 🧾 Data table

| Field | Type | Description |
| --- | --- | --- |
| `id` | text | ID |
| `name` | text | Title |
| `slug` | text | Slug |
| `url` | link | URL |
| `description` | text | Description |
| `type` | text | Type |
| `episodeCount` | number | Episodes |
| `seasonCount` | number | Seasons |
| `maturityRatings` | array | Maturity ratings |
| `maturityLevel` | text | Maturity level |
| `isDubbed` | text | Dubbed |
| `isSubbed` | text | Subbed |
| `isSimulcast` | text | Simulcast |
| `isMature` | text | Mature |
| `audioLocales` | array | Audio locales |
| `subtitleLocales` | array | Subtitle locales |
| `categories` | array | Categories |
| `contentDescriptors` | array | Content descriptors |
| `awards` | array | Awards |
| `keywords` | array | Keywords |
| `seriesLaunchYear` | text | Launch year |
| `images` | array | Artwork |
| `availabilityStatus` | text | Availability |

***

### 💰 Pricing — pay per result

This actor uses **pay-per-event** pricing: you pay only for the rows it delivers.

| You scrape | Price |
| --- | --- |
| **Series record** | **$0.50 per 1,000 rows** |

***

### 🔌 Use the Crunchyroll API Scraper via API

Run it programmatically with the [Apify API](https://docs.apify.com/api/v2):

```bash
curl -X POST "https://api.apify.com/v2/acts/crunchyroll-api-scraper/runs?token=YOUR_TOKEN" \
  -H 'Content-Type: application/json' \
  -d '{
  "locale": "en-US",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}'
```

Or with the Apify CLI: `apify call crunchyroll-api-scraper -i input.json -o`.

***

### ❓ FAQ

**Do I need an account or API key for Crunchyroll?**

No. The actor talks to Crunchyroll's public/mobile API for you — you only need an Apify account.

**Do I need a proxy?**

A proxy is recommended for reliable runs; set `proxyConfiguration` (Residential is safest for geo-restricted or bot-protected sites).

**What export formats are supported?**

JSON, CSV, Excel, XML, JSONL, RSS, or live via the Apify API and dataset endpoints.

**Is scraping this legal?**

You are responsible for how you use the data. Scrape only public product data and comply with Crunchyroll.com's Terms and applicable law (e.g. GDPR/CCPA for personal data).

***

### 🛠️ How it works

The actor impersonates Crunchyroll's official app/site and calls its private API the same way the app does, then normalises each response into the flat record above. No browser, no HTML scraping — just clean, structured data.

***

### 📌 Good to know

- Scrape only public product data and respect Crunchyroll.com's Terms of Service and robots policy.
- For personal data, comply with GDPR/CCPA and applicable law — you are the data controller.
- Fields can be `null` when Crunchyroll doesn't expose them for a given record.

***

### ⭐ Found this useful?

Give the **Crunchyroll API Scraper** a star on Apify and check out my other `apify-*-api-scraper` actors.

# Actor input Schema

## `q` (type: `string`):

Anime keyword to search (e.g. naruto). Leave empty to browse (optionally by season).

## `locale` (type: `string`):

Display locale (e.g. en-US, de-DE, ja-JP).

## `maxItems` (type: `integer`):

Maximum records to return (0 = unlimited).

## `seasonalTag` (type: `string`):

Browse a season ('this season' browse).

## `country` (type: `string`):

Crunchyroll picks the catalogue from the EGRESS IP, not from Locale — Locale only sets the response language. Set this to the region you expect (e.g. US, GB, DE) and pair it with a residential proxy in that country; the run warns if the token comes back for a different region, and every record carries the actual catalogueCountry.

## `proxyConfiguration` (type: `object`):

Route requests through Apify Proxy. RESIDENTIAL is REQUIRED, not optional: Crunchyroll's edge returns 403 on the token endpoint from datacenter IPs, so a datacenter run fails immediately. The catalogue region also follows this egress IP — set apifyProxyCountry to pick a region (e.g. US), and each record reports the region it actually came from in catalogueCountry.

## Actor input object example

```json
{
  "locale": "en-US",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (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 = {
    "q": "",
    "country": "",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rl1987/crunchyroll-api-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 = {
    "q": "",
    "country": "",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("rl1987/crunchyroll-api-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 '{
  "q": "",
  "country": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call rl1987/crunchyroll-api-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,rl1987/crunchyroll-api-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/OiXEcKY4cUwxARxH9/builds/BCjahXoY6dXRKdVuI/openapi.json
