
Simple Scraper
Octoparse
Diggernaut
Scraper API
Agenty
eScraper
Crawlbase
artoo.js
Reddit
X (Twitter)
Facebook
YouTube
Google
Quora
Instagram
Hacker News
Simple scraper is the easiest way to scrape the web โ turn any website into an API in seconds and use ready-made scraping recipes to scrape popular sites with ease.
Simple Scraper
Redditi like reddit very much
Based on our record, Reddit seems to be a lot more popular than Simple Scraper. While we know about 3301 links to Reddit, we've tracked only 22 mentions of Simple Scraper. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Data extraction: https://simplescraper.io A project that I launched on HN that became a business. Simplescraper rode the no-code wave of a few years back ('instant structured data without parsing html'). Now working on increasing the surface area for AI agents: MCP support, screenshots API, and (experimentally) x402^ ^ https://simplescraper.io/blog/x402-payment-protocol/. - Source: Hacker News / 5 months ago
1. Clicking the box programmatically โ possible but inconsistent 2. Outsourcing the task to one of the many CAPTCHA-solving services (2Captcha etc) โ better 3. Using a pool of reliable IP addresses so you don't encounter checkboxes or turnstiles โ best I run a web scraping startup (https://simplescraper.io) and this is usually the approach. It has become more difficult, and I think a lot of the AI crawlers are... - Source: Hacker News / about 1 year ago
Making my data extraction Saas (https://simplescraper.io) more LLM friendly. Markdown extraction, improved Google search, workflows - search for this terms, visit the first N links, summarize etc. Big demand for (or rather, expectation of) this lately. - Source: Hacker News / almost 2 years ago
Things are much easier for one-person startups these daysโit's a gift. I remember building a todo app as my first SaaS project, and choosing something called Stormpath for authentication. It subsequently shut down, forcing me to do a last-minute migration from a hostel in Japan using Nitrous Cloud IDE (which also shut down). Just pain upon pain.[1] Now, you can just pick a full-stack cloud service and run with it.... - Source: Hacker News / about 2 years ago
Simplescraper โ Trigger your webhook after each operation. The free plan includes 100 cloud scrape credits. - Source: dev.to / over 2 years ago
From urllib.parse import urlparse Def normalize_gh(r): return { "title": r["name"], "url": r["url"], "source": "github", "score": r["stars_this_period"], "desc": r.get("description", ""), "date": r["trending_date"], "lang": r.get("language"), } Def normalize_hn(p): return { "title": p["title"].replace("Show HN: ", ""), "url":... - Source: dev.to / 4 months ago
@tool Def search_reddit(keywords: str, max_results: int = 20) -> list[dict]: """Fallback: search Reddit directly via PRAW.""" reddit = praw.Reddit( client_id=os.environ["REDDIT_CLIENT_ID"], client_secret=os.environ["REDDIT_CLIENT_SECRET"], user_agent="doug-agent/1.0", ) candidates = [] for submission in reddit.subreddit("all").search(keywords, sort="new",... - Source: dev.to / 3 months ago
Import requests Import time Def fetch_subreddit_posts(subreddit, sort="hot", limit=25): url = f"https://www.reddit.com/r/{subreddit}/{sort}.json" params = { "limit": limit, "raw_json": 1, # Prevents HTML encoding in responses } headers = { "User-Agent": "PythonScraper/1.0 (research project)" } response = requests.get(url, params=params, headers=headers) if... - Source: dev.to / 4 months ago
From sessionkeeper import SessionKeeper Async with SessionKeeper("reddit") as sk: page = await sk.get_authenticated_page("https://reddit.com") # You're logged in. Do your automation. await page.goto("https://reddit.com/r/blender/submit"). - Source: dev.to / 5 months ago
It's completely free, and takes just moments to set up - you just need to create an account, and set up keywords for the service to track. When your keywords are mentioned on Reddit, Hackernews, or Lobste.rs, you'll get a tidy little email in your inbox. - Source: dev.to / over 1 year ago
Octoparse - Octoparse provides easy web scraping for anyone. Our advanced web crawler, allows users to turn web pages into structured spreadsheets within clicks.
X (Twitter) - Connect with your friends and other fascinating people. Get in-the-moment updates on the things that interest you. And watch events unfold, in real time, from every angle.
Diggernaut - Web scraping is just became easy. Extract any website content and turn it into datasets. No programming skills required.
Facebook - Connect with friends, family and other people you know. Share photos and videos, send messages and get updates.
Scraper API - Scale Data Collection with a Simple API.
YouTube - Our mission is to give everyone a voice and show them the world.