Read a specific Google SERP

What are you trying to achieve?

I want to read a specific Google SERP, see the 10 websites listed, and then read the HTML code of each one

Welcome to the Make community!

I would suggest completing the Make Academy before jumping into building a complete scenario. If you need specific assistance when you are building a scenario it’s easier to help you then. Otherwise, you can also hire a professional by posting a request in the Hire a Pro category.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

Getting Started

Help Centre Basics

Articles & Videos

Partner & Custom Apps

Hope this helps! Let me know if there are any further questions or issues.

— @samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

You’d pick a SERP API, say https://serpapi.com/, create an account, get an API key.

For this one, I tried the following:

  1. Use the HTTP “Make an API Key Auth request” module
  2. GET https://serpapi.com/search.json?gl=us&hl=en and pass in the rest of the query params.

And the results look something like:

Then, after learning some Make Academy, you can take these results in an Iterator, and do something with them

2 Likes