The Substack Author Scraper is a powerful Apify actor that makes it easy for content creators to scrape and retrieve all posts from their favorite Substack authors. With structured data presented in a user-friendly format, analyzing and processing valuable information has never been easier.
Substack Author Scraper is an Apify actor designed to scrape all posts from a specified Substack author and retrieve the content of each article. The actor returns the data in a structured format, as a list of dictionaries, making it easy to analyze and process the information further.
The actor accepts the following input properties:
The actor will return a JSON array containing information about each scraped post. Each entry in the array will be a dictionary containing the following keys:
If the "Article content" input property is set to true
, each entry will also include the following key:
Example :
1[{ 2 "title": "April 26, 2023 ", 3 "subtitle": "", 4 "url": "https://heathercoxrichardson.substack.com/p/april-26-2023", 5 "author": "heathercoxrichardson", 6 "author_url": "https://heathercoxrichardson.substack.com", 7 "published_at": "2023-04-27 08:27:01.142000+00:00" 8}, 9{ 10 "title": "April 25, 2023", 11 "subtitle": "", 12 "url": "https://heathercoxrichardson.substack.com/p/april-25-2023", 13 "author": "heathercoxrichardson", 14 "author_url": "https://heathercoxrichardson.substack.com", 15 "published_at": "2023-04-26 07:47:36.272000+00:00" 16}]
To use this actor, simply provide the required input properties and run the actor. You can customize the input properties to limit the number of posts or include/exclude the article content in the results as needed.
Once the actor has completed its run, the scraped data will be available in the specified output format, making it easy to analyze, process, or store the information for further use.
Any project or questions ?
📧 quentin.payre.entreprise@gmail.com Telegram @quentinpjf
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!