正在加载视频...

视频加载失败

GPT-4 is amazing at scraping data from websites.

304,655 次观看 • 3 年前 •via X (Twitter)

9 条评论

Robb Bush 的头像
Robb Bush3 年前

@Scobleizer Redefines the "purpose of a website" going forward no human may actually 'visit' a website anymore - at some point

AlexDarkStalker99 的头像
AlexDarkStalker993 年前

Lol, now think about the price. 1000 tokens (say one page) costs $0.03. It means scraping only 10k pages will be $300 🤯. Instead of parsing, gpt4 can be used for writing the scraper code.

Peter Cooper 的头像
Peter Cooper3 年前

When I was doing something similar, I had a funnier way of getting the visible text from a page. Told Playwright to print to PDF, then read the raw text out of the PDF 😆 Amazingly with both Chrome's algorithms and many sites having print style sheets, it worked well!

andinfinity 的头像
andinfinity3 年前

Instead of using puppeteer and stripping html tags you could use something like ;) javascript support shipping soon.

Bryan McAnulty 的头像
Bryan McAnulty3 年前

For most tasks like this, GPT-3.5 will be able to provide similar quality output and will be 20x~ cheaper. And it is now even faster since you can show much more of a page to it at once with the new 16k model.

Diego Ferreiro Val 的头像
Diego Ferreiro Val3 年前

Does is crawl one page only or follow links? Also is it using the new function APIs inside the GPT runner?

Rasul Kireev 的头像
Rasul Kireev3 年前

I built 2 side projects based on its ability to scrape data 😆 They are 0 MRR, but I'm still hopeful.

Rikin 的头像
Rikin3 年前

Love this. Hard to find real business applications of folks using it other than for copy ideas.

JT 的头像
JT3 年前

what if the text size exceeds the context window?

相关视频