Rick and Morty Scraper: Characters by Name & Status
Pricing
Pay per usage
Go to Apify Store

Rick and Morty Scraper: Characters by Name & Status
Search the Rick and Morty character catalog via its public API: status, species, origin, location and episode count. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Rick and Morty Scraper
Searches the Rick and Morty character catalog through its public API. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
name | string | Substring match on the character name. Default rick. Omit to walk the whole catalog. |
status | string | alive | dead | unknown. Omit for any status. |
species | string | Substring match on species, e.g. Human. Omit for any species. |
maxItems | integer | Cap on characters returned. Default 20. |
Output
One row per character: id, name, status, species, type, gender,
originName, locationName, episodeCount, imageUrl, url.
Notes
- The API answers a filter combination with no matches using HTTP 404 rather than an empty list, so that case is treated as "no results", not as a transport error.
- Results are paged 20 at a time upstream; this Actor keeps paging until
maxItemsis met or the pages run out. episodeupstream is an array of episode URLs, which is rarely what you want in a table — it is reduced to anepisodeCountinstead.