Scrape Google search results with Python (Easy way with SerpApi)

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024
  • НаукаНаука

Комментарии • 22

  • @viniciuskosmota6326
    @viniciuskosmota6326 9 месяцев назад +2

    What a great and straightforward tutorial! Tks a lot :)

    • @serpapi
      @serpapi  9 месяцев назад

      Thank you Vinicius for your kind words! Let us know if you have any problem at contact (at) serpapi (dot) com

  • @DominicOgbuagu
    @DominicOgbuagu 8 месяцев назад

    Great work.
    I have a project that requires taking company names as input to search on Google and extract the URLs, then iterate over the URLs to extract information/entities from the websites

    • @serpapi
      @serpapi  8 месяцев назад

      I'm glad you find this useful. If you have any other question, feel free to shot us an email contact(at)serpapi(dot)com

    • @prajnamothi395
      @prajnamothi395 7 месяцев назад

      Did you get the solution?

  • @christiankraus9195
    @christiankraus9195 8 месяцев назад

    Is there a way to scrap upcoming google event results and publish them on by wordpress website?

    • @serpapi
      @serpapi  8 месяцев назад

      Hi, We have a Google Events API that perfect for your needs :serpapi.com/google-events-api . But we don't do an integration, the implementation must be done on your side. I'm sure there is a plugin or methods like Zapier that can perform this automation.

    • @christiankraus9195
      @christiankraus9195 8 месяцев назад

      @@serpapisounds very interesting! Do you have a manual or video to see how it works?

    • @serpapi
      @serpapi  8 месяцев назад

      @@christiankraus9195 Unfortunately, we don't have any video for it. As the implementation can be very different from one user to another. We're focusing ourself on providing the search API.

    • @christiankraus9195
      @christiankraus9195 8 месяцев назад

      @@serpapi I would like to send you an picture to show you would I would like to build. Where can I send you a picture ? Email? Instagram?

  • @umarbashir0721
    @umarbashir0721 11 месяцев назад

    Hello! is there a way to extract only people also ask section and related searches section?

    • @serpapi
      @serpapi  11 месяцев назад

      Hi Umar! yes! Using the same endpoint, you can get all available data from Google Search results page, including the organic results, people also ask section, related searches, knowledge graph and so on!
      Here is the Google SERP API documentation serpapi.com/search-api,

  • @leontheonly101
    @leontheonly101 6 месяцев назад

    Can you also search for Ads?

    • @serpapi
      @serpapi  6 месяцев назад

      Hi, when there are ads on the search results, we should be able to provide it as well on the response: serpapi.com/google-ads

  • @ElonSpier
    @ElonSpier 3 месяца назад

    I got an 401 Client Error: Unauthorized when changing the keyword

    • @sololearn4576
      @sololearn4576 3 месяца назад

      I didn't got any error at first.. But when i changed q. Then i got the same error

    • @serpapi
      @serpapi  Месяц назад +1

      You need to set your API key first. Make sure to register at serpapi.com and add the API key in your env file or export it on your current dir.

  • @charulatha1725
    @charulatha1725 Месяц назад

    400 Client Error: Bad Request for url. how can i solve this error

    • @serpapi
      @serpapi  Месяц назад +1

      Feel free to share more detail at contact(at)serpapi(dot)com. We'll be happy to help!

  • @DominicOgbuagu
    @DominicOgbuagu 8 месяцев назад

    .