"RPC" Impossible" error Extracting Phone numbers from websites via google doc list of url's

Step by step instructions followed here:

My case:
Error popup: "RPC Impossible. Please ensure to run this command from a web page (not new tab, or extension page).

Questions:

  1. The url’s are embedded hyperlinks in the google doc sheet - could this break “Get page as html”?
  2. The urls require login. I am logged in with the same browser and a manual click from google doc successfully opens page. Bardeen process get a firewall page - anyway around this?

Hi @jmauget

Can you share the automation link you tried for this use-case? As well as the error ?
Share the error

This will help us investigate the issues.

Also, what pages are you trying to scrape? Can you share some of these URLs?

  1. The url’s are embedded hyperlinks in the google doc sheet - could this break “Get page as html”?

That’s a posibility!

You can use the “find all links in text” after “Get table from Google Sheets” to make sure you’re getting the links from the link column.

Bardeen process get a firewall page - anyway around this?

No, unfortunately we don’t have a way to bypass this.

Do you have any screenshots on how this looks like?

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

Hey @jmauget ,

You can’t extract links directly from a Google doc, however, if you put the links into a sheet, then it should be possible to do with three actions:

Get Table From Sheet → Get Page as HTML → Convert HTML to Text → Find Phone Numbers in

In fact, I just tried entering the following prompt into our Magic Box (the same box you use to search for playbooks) "Get URLs from google sheet, load the page and extract phone numbers from the page text " and it came up with a really interesting alternative solution that can also work (see https://bardeen.ai/s/fU8mAylNYXts):

2023-09-05 00.27.56

As long as your browser is logged in to those sites it should work.

To recap on our finding:

If you’re running into a RPC error:

The RPC error happens when someone tries to run a scraper on a Chrome tab, or on a page where scraping is not possible.

Therefore is not a Bardeen error, and can be fixed on the way you’re running your scraper automation.