karust / openserp

Get Google, Yandex, Baidu search engine results via API or CLI for free 🎉
MIT License
309 stars 28 forks source link

Adding more fields would be great #3

Closed wirtsi closed 4 months ago

wirtsi commented 1 year ago

I would be quite interested in additional fields from Google, eg

Bests & thanks

karust commented 1 year ago

I'll keep that in mind for future updates! For now, all results are mixed and the answer box is omitted.

karust commented 4 months ago

Implemented in release 0.3

wirtsi commented 4 months ago

A remark here would be that the results are not sorted by rank. I get rank 1 and 2 as first hits, then there is -1, -2, -3, -4 and then it goes to 3 again. Not a biggie but seems a bit weird

karust commented 4 months ago

Yeah, I guess the other way could be to use some kind of tag like "answer": true or return them as a separate entity. But I didn't want the answers to interfere with other result rankings and change the API much, so I left with this option

wirtsi commented 4 months ago

No sweat, just wanted to mention this. Thanks for the feature, already testing if I can get rid of Tavily now ;)