Experimental library for scraping websites using OpenAI's GPT API
11–20 of 149 posts
Re: Experimental library for scraping websites using OpenAI's GPT API
#12Re: Experimental library for scraping websites using OpenAI's GPT API
#13[dead]
Objectively, if you want something meaningful back, yes, you do.
Re: Experimental library for scraping websites using OpenAI's GPT API
#14More generally, I wonder how a lot of smaller startups will fare once OpenAI subsumes their product. Those who are running a product that's a thin wrapper on top of ChatGPT or the GPT API will find themselves at a loss once OpenAI opens up the capability to everyone. Perhaps SaaS with minor changes from the competition really were a zero-interest-rate phenomenon.
This is why it's important to have a moat. For example, I'm building a product that has some AI features (open source email (IMAP and OAuth2) / calendar API), but it would work just fine even without any of the AI parts, because the fundamental benefit is still useful for the end user. It's similar to Notion, people will still use Notion to organize their thoughts and documents even without their Notion AI feature.
Build products, not features. If you think you are the one selling pickaxes during the AI gold rush, you're mistaken; it's OpenAI who's selling the pickaxes (their API) to you who are actually the ones panning for gold (finding AI products to sell) instead.
Re: Experimental library for scraping websites using OpenAI's GPT API
#15[dead]
Re: Experimental library for scraping websites using OpenAI's GPT API
#16OpenAI is actively blocking the scraping use case. Does this work around that?
Re: Experimental library for scraping websites using OpenAI's GPT API
#17Great use case! - LLMs excel at converting unstructured => structured data - Will become less expensive over time - When GPT-4 image support launches publicly, would be a cool integration / fallback for cases where the code-based extraction fails to produce desired results - In theory works on any website regardless of format / tech
Re: Experimental library for scraping websites using OpenAI's GPT API
#18This was one of the first things I built when I got access to the API, the results ranged from excellent to terrible, it was also non deterministic, meaning I could pipe in the site content twice and the results would be different. Eagerly awaiting my gpt4 access to see if the accuracy improves for this usecase.
(to be clear: I submitted but not the author of the library myself)
Re: Experimental library for scraping websites using OpenAI's GPT API
#19[dead]
Re: Experimental library for scraping websites using OpenAI's GPT API
#20[dead]
All I got is this: ```json { "url": " https://www.3sonsbrewingco.com/menus ", "title": "MENU | 3sons", "content": " \r\n\r\nBrewery & Kitchen\r\n\r\nEAT & DRINK\r\n\r\n " } ``` I was hoping for some menu items...