Hi,
I’m trying to create a price comparison app that will use a pre-existing url database. Here is the flow I’m trying to create but I’m struggling with, well you’ll see…
- User searches an item by part number or keyword
- Item or items are called, found in the database, then presented to the user
- User confirms the item is the correct item (includes URL data)
Now, here’s where I’m having the problem…
4. I want to trigger my pre-built crawlers to use the URL associated with the item to return multiple options.
How the heck can I do this?
Any suggestions are much appreciated.