Depends what kind of bot protection and volume of scraping you're looking at.
If there's minimal bot protection and you're able to scrape locally off your PC, you can literally take the page html, put a schema into openAI structured response, and get your data.
If you can't get by from scraping locally or using residential proxies on a server due to high bot protection, then it's probably not worth building yourself.
Check out fire crawl and see how it compares to scraping bee for your needs.
Depends what kind of bot protection and volume of scraping you're looking at.
If there's minimal bot protection and you're able to scrape locally off your PC, you can literally take the page html, put a schema into openAI structured response, and get your data.
If you can't get by from scraping locally or using residential proxies on a server due to high bot protection, then it's probably not worth building yourself.
Check out fire crawl and see how it compares to scraping bee for your needs.