Amazon Content Review

I am very new to Gumloop. I have a Google Sheet that lists all the URLs of the ASINs in our Amazon catalog. I want it to go through each URL on the Sheet and scrape for the product description and bullet points to then put into a Google sheet. My next wish is it then compares what it scraped to a spreadsheet of what content it should say and denotes which content pieces do not match. Can someone guide me on how to do this?

Hey @Heather! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

I do not have a flow set up as I got discouraged as soon as I started the Google sheet reader.

https://www.gumloop.com/pipeline?workbook_id=k9AAEqfXxhiU1CGr8yTU8d&run_id=ZWGFE8LP6Dpxt6EDZUH2BB

Hey @Heather – The error in the Get List Item is because the index 1 is not available, if you click on See all inputs/outputs of the node from the run log you’ll notice that it received an empty input because the cell from the sheet was blank.

That said, the Get List Item + Split Text approach seems complex here. My recommendation would be to create a subflow that works for a single URL and then loop that over your list of URLs. There are multiple advantages of this approach, you eliminate the List of List issue, you can handle errors safely by wrapping the subflow in an Error Shield and multiple URLs are processed in parallel instead of the linear approach.

Subflow Tutorial: https://vimeo.com/1052111235/cb7e3a446b
Subflow Docs: https://docs.gumloop.com/core-concepts/subflows

Here’s an example of the subflow approach which you can clone and build on top of: https://www.gumloop.com/pipeline?workbook_id=n5aRubdxDG3Qq5KPaSxgYB

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.