serpapi / public-roadmap

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

[Yandex Search API] "Реклама" removed from `displayed_link` #1199

Closed schaferyan closed 1 day ago

schaferyan commented 8 months ago

Some Yandex search results include the word "Реклама" (Advertisement) to the right of the displayed link.

A customer reported we used to parse this word into the displayed_link field following the truncated URL, but we are no longer parsing it.

It is important to the customer's use case that we parse this. They haven't clarified whether this should be returned in displayed_link or in a separate field to best support their use case.

image

Intercom | Inspector | Playground

btaunt commented 7 months ago

Hey @schaferyan

Any word on if the customer would prefer this rendered alongside the existing displayed_link or separated out into its own value? ie.

"displayed_link": "fdsp.turbo.site›КормовоеОборудование…Реклама",

or something like:

"displayed_link": "fdsp.turbo.site›КормовоеОборудование…",
"advertisement" : true,
schaferyan commented 7 months ago

@btaunt, no they didn't answer my question. I think you can use your best judgment. The second makes more sense to me personally, as it's not really part of the link.

hilmanski commented 1 week ago

The customer reported that this issue has reappeared.

Front

zyc9012 commented 1 day ago

We've released a fix for this. advertisement is properly scraped.

image