import webtranpose as webt
schema = {
"Merchant Name": "string",
"Title of Product": "string",
"Product Photo URL": "string",
}
scraper = webt.Scraper(
schema,
render_js=True,
api_key="YOUR_WEBTRANSPOSE_API_KEY", # optional, if you want to run on cloud
)