Tumblr Explorer 2.9

Tumblr Explorer 2.9

Scrape Tumblr.com ⬛🟪🟦🟩🟨🟧🟥🟫

SOCIAL_MEDIAVIDEOSAUTOMATIONApify

Welcome to Tumblr Scraper

About 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]

✏️ Tutorial

👉 Parameters

ParameterTypeDescription
querystring arrayList of Query, or Search Terms or Start URL
limitintegerNumber of results (per-query)

👉 Basic Usage

Search anything.

{ "query": ["square pants"], "limit": 20 }

URL Scrape user posts.

{ "query": ["https://www.tumblr.com/elonmusk"], "limit": 20 }

Or

{ "query": ["@elonmusk"], "limit": 20 }

👉 Tumblr Query Language (TQL)

[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]

👉 Possible Query Values

FormatExamplesDescripition
KEYWORDsearch termsSearch Anything
KEYWORDyellow catSearch for "yellow cat" posts
@<USER>@apifyScrape User Data
/posts@apify/postsUser posts
/likes@apify/likesUser likes
/following@apify/followingUser following
@<USER>/<POST_ID>@dailycatdrawings/156965416163Scrape User Post
/replies@dailycatdrawings/156965416163/repliesPost replies
/reposts
/likes
#<HASHTAG>#pythonScrape Topic
topic:<HASHTAG>topic:python(aka. Hashtag)
/info#python/infoHashtag info
/latest#python/latestHashtag latest posts
/top#python/topHashtag top posts
/related#python/relatedRelated hashtag
explore:<PAGE>Special Commands
trendingexplore:trendingScrape Trending posts
picksexplore:picksScrape Staff Picks
answersexplore:answersTrending answers
https:<URL>https://www.tumblr.com/...Starting URL
https://<USER>.tumblr.com/...User blog url

✏️ Input Examples

🚧 ... almost there ...

✏️ Output Examples

🚧 ... almost there ...

✏️ Support

⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!