Rick and Morty Scraper: Characters by Name & Status avatar

Rick and Morty Scraper: Characters by Name & Status

Pricing

Pay per usage

Go to Apify Store
Rick and Morty Scraper: Characters by Name & Status

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

Naimur Hasan

Maintained by Community

Actor 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

FieldTypeNotes
namestringSubstring match on the character name. Default rick. Omit to walk the whole catalog.
statusstringalive | dead | unknown. Omit for any status.
speciesstringSubstring match on species, e.g. Human. Omit for any species.
maxItemsintegerCap 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 maxItems is met or the pages run out.
  • episode upstream is an array of episode URLs, which is rarely what you want in a table — it is reduced to an episodeCount instead.