Get URL from Airtable -> Move to Current Tab -> Scrape -> Next URL in Airtable

I have an automation that is supposed to:

  1. Get URLs from a sheet in Airtable.
  2. Navigate to the first URL in that list (maybe with some kind of condition like a “Ran?” box being unchecked).
  3. Run a scrape current page (LinkedIn Page by Bardeen) starting from that link (this usually has to cycle through a few pages because LinkedIn paginates after 10 people).
    3a) Maybe it would then update the “Ran” box to be checked.
  4. Once the complete scrape is done, returns back to the Airtable sheet and repeats for the next URL.

I have set this up with a Get Row from Airtable → For each URL in Airtable row: Navigate current tab to URL → Scrape.

However, when I run this, it gets caught in this loop where it goes through every URL in Airtable without scraping anything. This actually causes my browser to crash (because the page refreshes before I can open Bardeen to stop it).

Anyone have any ideas on how I can accomplish this?

Here is the playbook: Shared Playbook Template

he needs to do background scraping. magic box should be able to build this. get a URL from airtable, run background scraper and update

Hi Robert,

It looks like a lot is going on your active tab at the same tab and your browser is not handling it. I can suggest you consider switching to “Scrape in the background” instead. “Scrape in the background” is specifically designed to handle the flow when there’s a need to scrape multiple links from either a Google sheet or AirTable.

In order to re-build the automation quickly, you can even use our Magic Box that is capable of building such an automation from a prompt like “get a URL from airtable, run background scraper and update airtable rows”.

The other thing I would like to advise on this is the importance of a delay. Since you are scraping LinkedIn, please make sure to add a reasonable delay to your scraper action:

Please let us know how it goes.
Victoria

Customer Support - bardeen.ai
Knowledge Base https://support.bardeen.ai/hc/en-us
Explore | @bardeenai | Bardeen Community

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