{"slug":"hubvibe-io-com-work-social-mastodon-005560","title":"Mastodon (any public instance, default mastodon.social), live and keyless","host":"hubvibe-io.com","method":"POST","resource":"https://hubvibe-io.com/work/social/mastodon","category":"market","description":"Mastodon (any public instance, default mastodon.social), live and keyless: a hashtag timeline, an account with its latest statuses, an account or hashtag search, or the trending hashtags, each status as plain text plus its HTML, counts, media, tags and reblog flag. Input: mode (hashtag, account, sea","price_listed":0.05,"price_asked":0.05,"state":"answering","state_label":"Answering","checks_7d":1,"answered_7d":1,"latency_ms_median":830,"reported_calls_30d":1,"reported_payers_30d":1,"networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"limit":3,"mode":"hashtag","tag":"opensource"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"acct":{"description":"Username, optionally @domain (Gargron or Gargron@mastodon.social); account mode.","maxLength":320,"minLength":1,"type":"string"},"instance":{"description":"Mastodon server hostname, default mastodon.social.","maxLength":253,"type":"string"},"kind":{"description":"What to search for, default accounts.","enum":["accounts","hashtags"],"type":"string"},"limit":{"description":"Items to return (hashtag up to 40, search up to 25, trends up to 20), default 10.","maximum":40,"minimum":1,"type":"integer"},"mode":{"description":"hashtag: latest statuses under a tag; account: an account and its statuses; search: accounts or hashtags matching a query; trends: trending hashtags.","enum":["hashtag","account","search","trends"],"type":"string"},"query":{"description":"Search words; search mode.","maxLength":200,"minLength":1,"type":"string"},"statuses":{"description":"Latest statuses to return in account mode, default 10.","maximum":40,"minimum":1,"type":"integer"},"tag":{"description":"Hashtag without #; hashtag mode.","maxLength":100,"minLength":1,"type":"string"}},"required":["mode"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"$schema":"https://json-schema.org/draft/2020-12/schema","description":"The 200 body of every paid /work call. `result` is the worker's own output (its schema is per route); everything else is the same on every /work route. A receipt for the job is at `receipt_url`.","properties":{"billing_warning":{"description":"Present only when the charge was recorded with a caveat.","examples":["settlement pending"],"type":"string"},"price_usd":{"description":"What this call cost, in USD.","examples":[0.02],"type":"number"},"provenance":{"description":"How the result was produced: which providers ran and how long each took.","properties":{"attempts":{"description":"Provider attempts made, including retries and failovers.","examples":[1],"type":"integer"},"elapsed_ms":{"description":"Wall-clock milliseconds for the whole job.","examples":[340],"type":"integer"},"providers_used":{"description":"Providers that served the job.","examples":[["coinbase-advanced-trade-public"]],"items":{"description":"Provider name.","examples":["coinbase-advanced-trade-public"],"type":"string"},"type":"array"},"steps":{"description":"Every step the job ran, in order.","items":{"description":"One step of the job.","properties":{"ms":{"description":"Milliseconds the step took.","examples":[312],"type":"integer"},"ok":{"description":"Whether the step succeeded.","examples":[true],"type":"boolean"},"provider":{"description":"Provider that served the step.","examples":["coinbase-advanced-trade-public"],"type":"string"},"reason":{"description":"Failure reason, on a failed step.","examples":["provider_timeout"],"type":"string"},"step":{"description":"Step name inside the worker.","examples":["quote"],"type":"string"}},"required":["step","ok","ms"],"type":"object"},"type":"array"}},"required":["steps","providers_used","attempts","elapsed_ms"],"type":"object"},"receipt_id":{"description":"Receipt id for this job.","examples":["rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"receipt_url":{"description":"Where to fetch the machine-readable receipt (free, no payment).","examples":["/work/receipts/rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"result":{"properties":{"account":{"description":"The account, in account mode; null otherwise.","properties":{"acct":{"description":"acct (username or username@domain).","examples":["Gargron"],"type":["string","null"]},"avatar_url":{"description":"Avatar URL.","examples":["https://files.mastodon.social/accounts/avatars/x.png"],"type":["string","null"]},"bio":{"description":"Bio as plain text.","examples":["Founder of Mastodon"],"type":"string"},"bot":{"description":"Declared as a bot; null when not stated.","examples":[false],"type":["boolean","null"]},"created_at":{"description":"Account creation time.","examples":["2016-03-16T00:00:00.000Z"],"type":["string","null"]},"display_name":{"description":"Display name.","examples":["Eugen Rochko"],"type":["string","null"]},"followers":{"description":"Followers.","examples":[500000],"type":["integer","null"]},"following":{"description":"Following.","examples":[400],"type":["integer","null"]},"id":{"description":"Account id on the instance.","examples":["1"],"type":["string","null"]},"statuses":{"description":"Statuses posted.","examples":[75000],"type":["integer","null"]},"url":{"description":"Profile URL.","examples":["https://mastodon.social/@Gargron"],"type":["string","null"]},"username":{"description":"Username.","examples":["Gargron"],"type":["string","null"]}},"required":["id","username","acct","display_name","url","bio","avatar_url","followers","following","statuses","created_at","bot"],"type":["object","null"]},"accounts":{"description":"Accounts found (search mode, kind accounts); empty otherwise.","items":{"description":"A Mastodon account.","properties":{"acct":{"description":"acct (username or username@domain).","examples":["Gargron"],"type":["string","null"]},"avatar_url":{"description":"Avatar URL.","examples":["https://files.mastodon.social/accounts/avatars/x.png"],"type":["string","null"]},"bio":{"description":"Bio as plain text.","examples":["Founder of Mastodon"],"type":"string"},"bot":{"description":"Declared as a bot; null when not stated.","examples":[false],"type":["boolean","null"]},"created_at":{"description":"Account creation time.","examples":["2016-03-16T00:00:00.000Z"],"type":["string","null"]},"display_name":{"description":"Display name.","examples":["Eugen Rochko"],"type":["string","null"]},"followers":{"description":"Followers.","examples":[500000],"type":["integer","null"]},"following":{"description":"Following.","examples":[400],"type":["integer","null"]},"id":{"description":"Account id on the instance.","examples":["1"],"type":["string","null"]},"statuses":{"description":"Statuses posted.","examples":[75000],"type":["integer","null"]},"url":{"description":"Profile URL.","examples":["https://mastodon.social/@Gargron"],"type":["string","null"]},"username":{"description":"Username.","examples":["Gargron"],"type":["string","null"]}},"required":["id","username","acct","display_name","url","bio","avatar_url","followers","following","statuses","created_at","bot"],"type":"object"},"type":"array"},"acct":{"description":"Account asked for (account mode).","examples":["Gargron"],"type":["string","null"]},"as_of":{"description":"Creation time of the newest status returned, else checked_at.","examples":["2026-09-27T01:00:00.000Z"],"type":"string"},"checked_at":{"description":"When this node read the source (UTC). Nothing here is cached.","examples":["2026-09-26T18:00:00Z"],"format":"date-time","type":"string"},"hashtags":{"description":"Hashtags (search mode, kind hashtags, or trends); empty otherwise.","items":{"description":"A hashtag with its recent activity.","properties":{"accounts_7d":{"description":"Distinct accounts over that history; null when none.","examples":[90],"type":["integer","null"]},"days":{"description":"Days of history the instance reported.","examples":[7],"type":"integer"},"name":{"description":"Hashtag name.","examples":["opensource"],"type":"string"},"url":{"description":"Tag URL on the instance.","examples":["https://mastodon.social/tags/opensource"],"type":["string","null"]},"uses_7d":{"description":"Uses over the history the instance reports (about a week); null when none.","examples":[120],"type":["integer","null"]}},"required":["name","url","uses_7d","accounts_7d","days"],"type":"object"},"type":"array"},"instance":{"description":"Instance queried.","examples":["mastodon.social"],"type":"string"},"kind":{"description":"accounts or hashtags (search mode).","examples":["accounts"],"type":["string","null"]},"mode":{"description":"Mode run.","enum":["hashtag","account","search","trends"],"examples":["hashtag"],"type":"string"},"query":{"description":"Query asked for (search mode).","examples":["opensource"],"type":["string","null"]},"source":{"const":"mastodon-public-api","description":"Data source.","type":"string"},"status_count":{"description":"Statuses returned.","examples":[3],"type":"integer"},"statuses":{"description":"Statuses, newest first (hashtag and account modes); empty otherwise.","items":{"description":"One Mastodon status.","properties":{"author_acct":{"description":"Author acct.","examples":["Gargron"],"type":["string","null"]},"author_display_name":{"description":"Author display name.","examples":["Eugen Rochko"],"type":["string","null"]},"content_html":{"description":"Content as the instance serves it (sanitized HTML).","examples":["<p>Open source rocks</p>"],"type":"string"},"created_at":{"description":"Creation time.","examples":["2026-09-27T01:00:00.000Z"],"type":["string","null"]},"favourites":{"description":"Favourites.","examples":[3],"type":["integer","null"]},"id":{"description":"Status id.","examples":["115000000000000001"],"type":"string"},"is_reblog":{"description":"Whether this status is a boost of another.","examples":[false],"type":"boolean"},"language":{"description":"Language code.","examples":["en"],"type":["string","null"]},"media":{"description":"Media attachments.","examples":[[]],"items":{"description":"One attachment.","properties":{"type":{"description":"image, video, gifv, audio...","examples":["image"],"type":["string","null"]},"url":{"description":"Media URL.","examples":["https://files.mastodon.social/media_attachments/files/x.png"],"type":"string"}},"required":["type","url"],"type":"object"},"type":"array"},"reblog_of_url":{"description":"URL of the boosted status when is_reblog.","examples":[null],"type":["string","null"]},"reblogs":{"description":"Boosts.","examples":[2],"type":["integer","null"]},"replies":{"description":"Replies.","examples":[1],"type":["integer","null"]},"sensitive":{"description":"Marked sensitive.","examples":[false],"type":"boolean"},"spoiler_text":{"description":"Content warning text, empty when none.","examples":[""],"type":"string"},"tags":{"description":"Hashtags on the status.","examples":[["opensource"]],"items":{"description":"Hashtag name.","examples":["opensource"],"type":"string"},"type":"array"},"text":{"description":"Plain-text content.","examples":["Open source rocks"],"type":"string"},"url":{"description":"Web URL.","examples":["https://mastodon.social/@Gargron/115000000000000001"],"type":["string","null"]},"visibility":{"description":"public, unlisted...","examples":["public"],"type":["string","null"]}},"required":["id","url","created_at","text","content_html","language","visibility","replies","reblogs","favourites","is_reblog","reblog_of_url","author_acct","author_display_name","media","tags","sensitive","spoiler_text"],"type":"object"},"type":"array"},"tag":{"description":"Hashtag asked for (hashtag mode).","examples":["opensource"],"type":["string","null"]}},"required":["mode","instance","tag","acct","query","kind","account","statuses","accounts","hashtags","status_count","source","as_of","checked_at"],"type":"object"},"status":{"const":"ok","description":"Present only on a delivered result.","type":"string"},"worker":{"description":"Catalog name of the worker that ran.","examples":["market.quote"],"type":"string"}},"required":["status","worker","price_usd","result","provenance","receipt_id","receipt_url"],"title":"social.mastodon response","type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[{"day":"2026-09-27","reachable":true,"status":402,"valid_402":true,"asked_usdc":0.05,"price_match":true,"latency_ms":830,"error":null}],"description_full":"Mastodon (any public instance, default mastodon.social), live and keyless: a hashtag timeline, an account with its latest statuses, an account or hashtag search, or the trending hashtags, each status as plain text plus its HTML, counts, media, tags and reblog flag. Input: mode (hashtag, account, search, trends) with tag, acct or query; optional instance, limit, statuses, kind. Status search and the public firehose need a token and are not offered.","last_updated":"2026-09-27T09:04:54.821Z","schemes":["exact"]}