Q: Output Format
Hello,
Thank you for coming to Appsumo. The following is my use case.
I want ScrapeGraphAI go to a directory and scrape the individual business listing pages and give me the details such as Name, address, email, phone number, opening hours, social media links. All these details are available on the listing pages.
1) Will ScrapeGraphAI scrape all public pages of a directory automatically without me entering each listing link one by one manually ?
2) Can ScrapeGraphAI give the output as plain text or write it to a Google sheet or as a CSV file. I want it outputted in a way so that I can copy paste the information.
Please let me know.

lurens
Apr 1, 2025A: Hi Jimmy,
1) You need to have a list of url to scrape, we are not going inside the page and do it for you (for now, we are working on that)
2) It give you the JSON fro each website, so you can translate it programmatically in whatever format you prefer :)
hi, you should specify each link at the moment and the output format is a json that could be parsed to. a csv
This is a key missing feature. Adding 100s of pages manually is not good.