serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
52 stars 4 forks source link

[Google Search API] `inline_video_carousels` missing first channel link #3

Closed Alaa-abdulridha closed 2 years ago

Alaa-abdulridha commented 2 years ago

Google Search API inline_video_carousels is missing first channel link

Playground: https://serpapi.com/playground?q=addison+rae&location=Austin%2C+Texas%2C+United+States&gl=us&hl=en

Inspect: https://serpapi.com/searches/6213c8b749ecdb4f6252bde7/inspect

googlesearchprobs

Another one (but currently seems to be working):

image

SerpApi parser replaces the first link in the container with this Youtube link.

Ref: Google Search API inline_video_carousels Missing First Channel Link

aciddjus commented 2 years ago

This is happening because Google changed selectors and we are now grabbing the wrong block (in this case the parent container).

image