serpapi / public-roadmap

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

[Google Search API] Expandable `buttons` not parsed on mobile #1528

Open btaunt opened 6 months ago

btaunt commented 6 months ago

We currently do not parse the expandable "buttons" in mobile view (with no knowledge_graph present). This works for some searches, which was fixed in https://github.com/serpapi/SerpApi/pull/4704

Screenshot 2024-04-04 at 8 43 59 AM

On desktop for the same search results, these items are pulled under knowledge_graph > buttons. In mobile searches, we do not render the knowledge_graph for this example, so unsure of the best place to render these items (which keys / naming to use).

Screenshot 2024-04-04 at 8 45 39 AM

Playground (mobile) Playground (desktop)