I want to scrape 40 urls to get the current price of the listings and update my Airtable base.
I run the bot and none of my records on Airtable get updated.
I’m not sure what I’m doing wrong.
Here is one of the URLs I want to scrape
Here is my playbook
Here is my airtable link:
I believe i’m doing something wrong when choosing the airtable rows and values on the playbook, but I’m not sure.
It appears that your playbook is deleted now, so I cannot check it. The best way to debug this would be to enable “Show in results” for all playbook actions. This way you can see if your scraper is actually pulling the data, not necessary the issue is about field mapping.
The other thing to keep in mind is type of fields. Scraper pulls all the data in a text format, so if you map that to currency or number columns, it will likely not work.