1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Join our Telegram chat: https://t.me/a_parser_en
    Dismiss Notice

Checking For Google SERP Features

Discussion in 'A-Parser Support Forum' started by scrapefun, Sep 10, 2020.

  1. scrapefun

    scrapefun A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Feb 24, 2015
    Messages:
    174
    Likes Received:
    30
    I want to check which SERP features appear in the search results for a keyword. I'm not very good with regex but am making a little progress.

    I'm having trouble with the regex for identifying "image" and "shopping" result types.

    Here is what I have so far:
    eJytVgtPGzkQ/iuW1V5fIc2jSHehD9E0tPRaoAF6VUmEnF1n44vXdtfehBTx3++z
    d7NJaIt0lwMh1uPxzDczn8dzTR2zU3uSccudpZ2La2rCN+1QyzNDxpy5HBLSojVq
    WAahV7ugp71O563WieTY+JMv5jqLa6TP1LRGzvsfaO2auoXhsKNnPMtE7PVEjPVY
    ZylzsJlLB9mMydyrXdwnB8f93n73HQmed+4P733LebbYI/dSYa3hUuJTam3qkc6V
    8wuhpnsEJ6MJj6b1Rt0qYQx35MUL8uABeUUapEOa5P5wpdSEluHaSM6k1Qj+Dt0W
    dEXKEoT/a6U2lGYIT9+l9Mxjm2hjhEruUNuFmuLzHy0NBgo6vaM3+KY3q9xGuXU6
    7S9zWSa1c4FSATUkMXOMDv1Owq9w4PmkRSLJrH0xoOf69y/t0YC+fHhQVDkmy/yN
    M52S+pNXcz569HwweDppvaSlkbPCs7BJ5bAUsSxjCwjD/yOWBoA+rErRU4eWPuhw
    mzg86pNQRuLrCKgo5f8AtbmJdYMp2yPuc6MzRwKnADngZdvAbW3CLci6Hc5MSw5y
    TDiLQVaP+nNgd8ht+2XAHIvZNqjbm6iL27Md6ueAVBH7Yf3xq0inKc8iweROroTb
    ibmdOm128PcIQW2B/tktOpfXegP/7Z7Hr1zGQjdb63i/5TlSPX/S3T/8dNg9/HL2
    9o/vh72D/Gvrs/365aM97B1NRm9lOmq/z9lfPXqH/VinTKg12/P5vJ6E9oxmmW7V
    Mn4kxJk2BEYywe2v6PAv8rm7mU/f/5DL4bCSHoQHA+r3TLNePk/V5imb8TPtnxUR
    nqLlGaxKJ2iceCd8Dy//PyGw49+YuhXf+R45P+2Rj8xN9sgAt/QyfNeFcg8L9aek
    2Qg/j8jlgNbdlRtQ34YRShwLJ7RisoDo8a9gnyvxLdRCaej64iNfB2isEDkQohQu
    luFd0OK987nPw9lPxRnaGaMD8Rq1iPWAIbK42nFZjg3heMZQkGPj4UB8TbXal/ID
    n3G5Oh/Mv86FjPGK749x6LA8+HOV4x9s3FTRrbsCGecZMFRWwur18cfVqVh/0Mky
    F1KkwmFtu/4dh7QB4ZRzU6XsyKulOuOVm9Jy6R0Di+HKM39V8n2zEm2EsVGVTWGk
    1Vgkx+VtWmrm6gzt/lh1dYru7+NSuZSoiuX9Fb32bVkFv1gBvH24G1z4O8rHrLhz
    Tmtp358WUE0mQN9dDzBFJte9liYjJiVGqvUdumJUuP0JGfHYDpSd4BE3kil8j9ho
    gWuK6yt5NlCYmaIJxNQbdDzRYBrCvRlWc101BV6vT3dY/WS8gzTkeFzdzWV3C8aU
    dmPUFtVo+sC6zLhowvrcFYjbNZpIHDo/DQcSHhVEaPp06KtF1/cFDlbSx1CYeFXu
    gZdt7lZ7q+d+wnAi5Tr3UNqeTudOyMv+0nPrshprV2VAOYO34FeNDfw1auutOqQZ
    Wvi1BQuhKDXSh1Wx69uI91ys/DyKQTXzIUG54RErd8am/LQwETygUzkfXDN0kHfo
    q4GPS3NLWgBZtkwY3W0EogOXdTGXbFHempjPRMRDWOF9W54cMaV4HGF2Ubkpdas6
    nOCZPCki93DW5/H/PodvjKhIha8eiJhconI3N2gBf9uTgmf+vniWQYaLV6SlefMP
    KBgo7w==

    For the keyword "dog beds" currently my parser says there is an image result but I don't see one when I check result. Also shopping ads are not identified.

    Any help would be appreciated. I tried using the regex builder but I still managed to mess things up :)
     
    #1 scrapefun, Sep 10, 2020
    Last edited: Sep 10, 2020
  2. Support Artur

    Support Artur A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Apr 6, 2020
    Messages:
    172
    Likes Received:
    46
    Hello!
    try using debug mode
    in it you can check the html response of the page and view the resulting page in the browser
    The screenshot shows that there is no picture for this request


    [​IMG]
     
    scrapefun likes this.
  3. scrapefun

    scrapefun A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Feb 24, 2015
    Messages:
    174
    Likes Received:
    30
    Thanks. This makes testing much easier and I was able to correct some of the issues I was having. Helps to actually use the tools you provide haha.
     

Share This Page