I am trying to use Web Agent Scraper to search information for multiple businesses indicated in my google sheets list, and I get this problem every time :
Web Agent Scraper Failed!
The element with the ‘attribute name’ and ‘attribute value’ specified could not be found on the page.
It might not exist, or the page might not have finished loading. Check if the attribute details are correct or try adding a ‘wait’ action.
Hey @Lyes - Seems like incorrect ‘attribute name’ and ‘attribute value’ are being used in the node. You can use inspect element to find the appropriate element but in general it might be tough to get the scraper working dynamically for multiple steps like you’ve configured for different inputs.
I’d recommend formatting the URL dynamically to include the business name, you can use the ‘Combine Text’ node here and then scraping that URL.
Ah I see. You can probably use a combine text node here to format a web search query with the company. Eg: {Company Name} site:https://www.societe.com/
You can then use the Web Search node to find the appropriate URL.