Scrape on your machine using your own OpenAI API Key
pip install webtranspose[lite]
import webtranpose as webt schema = { "Merchant Name": "string", "Title of Product": "string", "Product Photo URL": "string", } scraper = webt.Scraper( schema, ) scraper.run("https://www.example.com")