Can I do these in Bubble?

I want to do the following things:

  1. Enter a website link
  2. Crawl the data from the website to Chatgpt
  3. Extract the main concept of what this website is about
  4. Automatically put that response in a Google sheet (create a separate row for that website)

Can I do the above inside Bubble? Thank you

Yes.

Steps:

  1. Create input element to enter a link
  2. Use a scrapping tool (plugin or api or your own custom coded solution) to scrape the link, then use it in your ChatGPT API call or plugin action.
  3. Use the return data from your scrapping solution
  4. Send details to a google sheet using the API or plugin
2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.