If I search for jeans and it returns 700 results but only 25 at a time it would be good to know ALL the brands within this particular search AND their totals. Right now, if I loop through the results all I know is that within the 25 results Calvin Klein occurs 5 items. I want to know how many times each brand occurs within the 700 results. I could do this but I would have to loop through 700 results to get all the brands and total them myself, not very efficient or practical.
On Nov 20, 4:24 pm, Alex <[email protected]> wrote: > http://www.google.com/base/feeds/attributes?bq=jeans[item%type:products] > Check the response to learn how to build a request for only one attribute. > > For better understanding what you'll receive, you should check the docs > for the /attributes feed. > > Alex > > > > On Fri, Nov 20, 2009 at 8:25 PM, retro <[email protected]> wrote: > > > If I search for this > >http://www.google.com/base/feeds/snippets?bq=jeans[item%20type:products] > > > The XML contains <g:brand type='text'></g:brand> but is there a way to > > return the brand and how many occurrences? > > > For example: > > DKNY Jeans - Number of occurrences ( 128 ) > > > Is there any way to return the number of occurrences? Would be > > extremely useful. > > > -- > > > 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]<google-base-data-api%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-base-data-api?hl=. > > -- > Alex Dovlecel, Google Switzerland GmbH > Company Identifikationsnummer: CH-020.4.028.116-1 -- 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=.
