Scrape Tumblr.com ⬛🟪🟦🟩🟨🟧🟥🟫
Tumblr (stylized as tumblr; pronounced "tumbler") is a microblogging and social networking website founded by David Karp in 2007 and currently owned by American company Automattic. The service allows users to post multimedia and other content to a short-form blog. Users can follow other users' blogs. Bloggers can also make their blogs private.[3][4] For bloggers, many of the website's features are accessed from a "dashboard" interface. As of March 2023, Tumblr hosts more than 572 million blogs.[5]
Parameter | Type | Description |
---|---|---|
query | string array | List of Query, or Search Terms or Start URL |
limit | integer | Number of results (per-query) |
Search anything.
{ "query": ["square pants"], "limit": 20 }
URL
Scrape user posts.
{ "query": ["https://www.tumblr.com/elonmusk"], "limit": 20 }
Or
{ "query": ["@elonmusk"], "limit": 20 }
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]
Format | Examples | Descripition |
---|---|---|
KEYWORD | search terms | Search Anything |
KEYWORD | yellow cat | Search for "yellow cat" posts |
@<USER> | @apify | Scrape User Data |
/posts | @apify/posts | User posts |
/likes | @apify/likes | User likes |
/following | @apify/following | User following |
@<USER>/<POST_ID> | @dailycatdrawings/156965416163 | Scrape User Post |
/replies | @dailycatdrawings/156965416163/replies | Post replies |
/reposts | ||
/likes | ||
#<HASHTAG> | #python | Scrape Topic |
topic:<HASHTAG> | topic:python | (aka. Hashtag ) |
/info | #python/info | Hashtag info |
/latest | #python/latest | Hashtag latest posts |
/top | #python/top | Hashtag top posts |
/related | #python/related | Related hashtag |
explore:<PAGE> | Special Commands | |
trending | explore:trending | Scrape Trending posts |
picks | explore:picks | Scrape Staff Picks |
answers | explore:answers | Trending answers |
https:<URL> | https://www.tumblr.com/... | Starting URL |
https://<USER>.tumblr.com/... | User blog url |
🚧 ... almost there ...
🚧 ... almost there ...
⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!