Lobsters Scraper avatar

Lobsters Scraper

Try for free

3 days trial then $10.00/month - No credit card required now

View all Actors
Lobsters Scraper

Lobsters Scraper

epctex/lobsters-scraper
Try for free

3 days trial then $10.00/month - No credit card required now

Scrape Lobste.rs posts and users based on any search criteria. Retrieve all the comments, domains, tags, titles, number of upvotes, and published dates. Use this extremely fast actor to retrieve all the information right away. Easy use and no limits!

You can access the Lobsters Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://lobste.rs/domains/google.com",
4    "https://lobste.rs/t/devops",
5    "https://lobste.rs/u/lambda",
6    "https://lobste.rs/active",
7    "https://lobste.rs/recent",
8    "https://lobste.rs/search?q=google&what=stories&order=newest"
9  ],
10  "maxItems": 20,
11  "endPage": 1,
12  "extendOutputFunction": "($) => { return {} }",
13  "customMapFunction": "(object) => { return {...object} }",
14  "proxy": {
15    "useApifyProxy": true
16  }
17}' |
18apify call epctex/lobsters-scraper --silent --output-dataset

Lobsters Scraper API through CLI

The Apify CLI is the official tool that allows you to use Lobsters Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Apr 2023
  • Modified about 4 hours ago