Hi Nicolas, The API's query language allows you to find very specific results. Part of the reason it is designed this way is to prevent content scrappers from just pulling data.
I've offered some suggestions in the past about improving product queries: http://groups.google.com/group/Google-Base-data-API/browse_thread/thread/db662a311344ae29/7abe8bacbc327999#7abe8bacbc327999 In particular, you should definitely include the product item type and target country. The orderby=auto parameter also helps for products: http://www.google.com/base/feeds/snippets/-/products?bq=booq+vyper[target+country%3Aus][item+language%3Aen]&orderby=auto Cheers, Eric On Sep 15, 1:40 pm, Nicolas <[EMAIL PROTECTED]> wrote: > i need to get best products results just like google products search. > Dont need to do complicated searches. Just basic. > > try:http://www.google.com/products?q=booq+vyper&btnG=Search+Products&show=dd > and try:http://www.google.com/base/feeds/snippets?bq=booq+vyper > > On two options search results are returning "best relevance" products > by default. > Using Google Base API seems no be the same results like Google > Products Search. > Any idea? or is just impossible? > > On Sep 15, 5:18 pm, Tom Wilson <[EMAIL PROTECTED]> wrote: > > > The snippet API has a different search algorithm from Google Product > > Search , it even has a different search algorithm from the standard > > Google Base search. > > > What exactly are you trying to achive with the API and maybe i can > > give you some pointers ? > > > Tom Wilson > > Freelance Google Base Developer and Consultantwww.tomthedeveloper.com > > Google Base Tools -http://dev.tomthedeveloper.com/googlebase > > > On Sep 15, 2:13 pm, Nicolas <[EMAIL PROTECTED]> wrote: > > > > i was testing google base API on API demo page (http://www.google.com/ > > > base/api/demo/html/demo.html) and i notice the search results are no > > > te same tan Google Product Search (http://www.google.com/products). is > > > no the same database? Maybe a different search algorithm? is there > > > another API? > > > tanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
