Mastodon Explorer
7 days trial then $30.00/month - No credit card required now
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsMastodon Explorer
7 days trial then $30.00/month - No credit card required now
π Scrape Mastodon Social Network websites
You can access the Mastodon Explorer programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, youβll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "query": [
3 "@Mastodon/info",
4 "@Mastodon",
5 "#python",
6 "drama",
7 "https://mastodon.social/public/local"
8 ],
9 "limit": 5,
10 "dev_custom_cookies": [
11 {
12 "key": "_session_id",
13 "value": ""
14 }
15 ]
16}' |
17apify call jupri/mastodon-scraper --silent --output-dataset
Mastodon Scraper API through CLI
The Apify CLI is the official tool that allows you to use Mastodon Explorer locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 1 monthly user
- 3 stars
- 100.0% runs succeeded
- Created in Apr 2023
- Modified 4 months ago