Mastodon Scraper logo

Mastodon Scraper API

Search public Mastodon accounts on a chosen instance and extract public status pages into structured data for open social web research.

API Endpoints

Available endpoints for the Mastodon Scraper API

POST /v1/mastodon/search

Mastodon API

Search public Mastodon accounts on a chosen instance.

Parameters

cursor string Cursor returned as next_cursor from the previous response.
instance string Mastodon instance hostname.
limit integer Maximum number of results to return.
query string required Search query.
POST /v1/mastodon/status

Mastodon Status API

Scrape a public Mastodon status page.

Parameters

url string required URL returned by the matching search endpoint.

Start scraping Mastodon

Get your free API key