Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

LowEndTalk API

behukbehuk Member

I'd like to build a simple website which tracks LET providers and when they last posted an offer. The easiest way to do this would be by polling some sort of API that LowEndTalk might provide. Does anyone know if this is possible?

Comments

  • edited May 5

    Hmm, LET offers aren't really in any machine readable form so i guess the best that could be returned would be posts (maybe by user and/or date). Given Vanilla (the forum software used) is in kind of a weird state and persons (technically) running it also aren't exactly known for being uber-enthusiastic i don't think you will get anywhere with this.

    If you manage to avoid cloudflare's challenges scraping would probably be your best option i fear.

  • deafcondeafcon Member

    I'm assuming that they wouldn't want an API since deal scalping is such a problem as it is. Something like Firecrawl might be able to scrape the site, but like @totally_not_banned said, captchas could be a problem.

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    Just vibecode some scraper.

  • edited May 5

    @Saragoldfarb said:
    Just vibecode some scraper.

    While i pretty much hate all that code generation nonsense i would be kind of curious what some AI comes up with when told to "build a scraper that sorts LET offers into a mariadb table while evading cloudflare captchas". I figure it would either be a total clusterfluck or pure brilliance.

    Thanked by 1Saragoldfarb
  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    @totally_not_banned said:

    @Saragoldfarb said:
    Just vibecode some scraper.

    While i pretty much hate all that code generation nonsense i would be kind of curious what some AI comes up with when told to "build a scraper that sorts LET offers into a mariadb table while evading cloudflare captchas". I figure it would either be a total clusterfluck or pure brilliance.

    Lol, I feel ya. My bet is on a clusterfuck of pure brilliance :D

    Thanked by 1totally_not_banned
  • XytronixXytronix Member

    Open the network path in chrome dev tools and generate a .har, there are a lot of ways to continue and lots of APIs to find.

  • xvpsxvps Member

    Welcome to the cockwomble forum, where everyone needs to ask AI and flood APIs with requests just to get a little data.

    Before cockwombles, we had programmers. They were smart enough to code without overcomplicating everything. Let me introduce you to one of their wild inventions.

    Sadly, nearly all providers on cockwomble forum are equally stupid, so you’ll have to monitor all categories to catch every offer, because placing an offer in the offers category is apparently a very hard and complicated task.

  • @xvps said:
    They were smart

    And/or lazy though. While i won't claim to be smart writing a scraper (especially for something as simple as LET) is often times just the path of least resistance. Before i figure out just about anything i have written 5 scrapers.

    Well, until someone makes a post reminding everyone that there is actually RSS feeds. This is when i kick myself in the balls because i could have been even 3 times more lazy.

  • raindog308raindog308 Administrator, Veteran

    @totally_not_banned said: persons (technically) running it also aren't exactly known for being uber-enthusiastic

    image

    @totally_not_banned said: Well, until someone makes a post reminding everyone that there is actually RSS feeds.

    LowEndBox published a tutorial on this very thing ;)

    https://lowendbox.com/blog/how-to-monitor-new-lowendtalk-offers-with-python/

    Thanked by 3xvps behuk forest
  • edited May 6

    @raindog308 said:

    @totally_not_banned said: Well, until someone makes a post reminding everyone that there is actually RSS feeds.

    LowEndBox published a tutorial on this very thing ;)

    https://lowendbox.com/blog/how-to-monitor-new-lowendtalk-offers-with-python/

    Well, i don't read LEB and like i've said: Path of least resistance. The time it takes to search around and (maybe - chances are i'd rather find out about Vanilla supporting RSS before anything else) stumble across that post is already half of a scraper (probably more) ;)

    Edit: Sorry for the "not uber-enthusiastic". It was meant mostly in relation to the idea of actually adding some kind of API. I guess that might not be instantly recognizable.

  • xvpsxvps Member
    edited May 6

    @totally_not_banned said:

    @raindog308 said:

    @totally_not_banned said: Well, until someone makes a post reminding everyone that there is actually RSS feeds.

    LowEndBox published a tutorial on this very thing ;)

    https://lowendbox.com/blog/how-to-monitor-new-lowendtalk-offers-with-python/

    Well, i don't read LEB and like i've said: Path of least resistance. The time it takes to search around and (maybe - chances are i'd rather find out about Vanilla supporting RSS before anything else) stumble across that post is already half of a scraper (probably more) ;)

    If you right-click and select “View Source” on the front and category pages, there’s a link tag in the head with the RSS URL.

    I don’t get how anyone can miss it.


    OP has a link in his signature to a personal page with his CV.

    He claims to be a senior software engineer.

    Can we please go back to when engineers actually researched and built things instead of asking “curling questions” on forums, so they can have their LLM to do their job.

    We are one small step away from Ruflo taking over, with a swarm of AI agents handling the entire dev task while humans are reduced to dumb monkeys whose intellect is limited to pressing the “Start” button.

    To make sure we take that small step, please use https://goal.ruv.io/ to research and plan your tasks and Claude and Ruflo to code it.

    The end is nigh.

    Thanked by 1forest
  • @totally_not_banned said:

    @Saragoldfarb said:
    Just vibecode some scraper.

    While i pretty much hate all that code generation nonsense i would be kind of curious what some AI comes up with when told to "build a scraper that sorts LET offers into a mariadb table while evading cloudflare captchas". I figure it would either be a total clusterfluck or pure brilliance.

    I built this for myself about 18 months ago, (without AI), and I've since expanded it to gather from LES and WHT, (and I'm currently working on Nodeseek).

    LET has RSS feeds which give you the starting point, and then web scraping the content is easy because the format is simple and predictable. SeleniumBase has solutions for working around Cloudflare Captchas so it's not a very complicated project.

    I use NTFY for notifications, but I've considered creating a Telegram channel to make it public. But the main reason I didn't bother so far is there's just so few good deals now.

    Thanked by 1totally_not_banned
  • NeoonNeoon Community Contributor, Veteran

    Scrapping obviously, CF doesn't do jackshit.
    I used to scrap LET to index it for a search engine.

    Since the search here is dogshit slow.
    It works fine.

    Took a few weeks though.
    Perfect for LLM shitposting.

  • behukbehuk Member

    @xvps said:

    @totally_not_banned said:

    @raindog308 said:

    @totally_not_banned said: Well, until someone makes a post reminding everyone that there is actually RSS feeds.

    LowEndBox published a tutorial on this very thing ;)

    https://lowendbox.com/blog/how-to-monitor-new-lowendtalk-offers-with-python/

    Well, i don't read LEB and like i've said: Path of least resistance. The time it takes to search around and (maybe - chances are i'd rather find out about Vanilla supporting RSS before anything else) stumble across that post is already half of a scraper (probably more) ;)

    If you right-click and select “View Source” on the front and category pages, there’s a link tag in the head with the RSS URL.

    I don’t get how anyone can miss it.


    OP has a link in his signature to a personal page with his CV.

    He claims to be a senior software engineer.

    Can we please go back to when engineers actually researched and built things instead of asking “curling questions” on forums, so they can have their LLM to do their job.

    I don't think it was an unreasonable question. Ideally I was hoping for an API where I could poll e.g. users to verify that they had the correct roles (and highlight where roles have changed), but clearly RSS is helpful and much better than screen scraping. I wasn't aware that the LET forums were powered by Vanilla, but happy to accept that's my bad.

  • edited May 6

    @xvps said:
    We are one small step away from Ruflo taking over, with a swarm of AI agents handling the entire dev task while humans are reduced to dumb monkeys whose intellect is limited to pressing the “Start” button.

    To make sure we take that small step, please use https://goal.ruv.io/ to research and plan your tasks and Claude and Ruflo to code it.

    Hard to argue against that.

Sign In or Register to comment.