Como obter uma lista de ofertas filtrando por categoria usando a API do Buscapé

Para obtermos ofertas mais específicas da API do Buscapé, podemos filtrar nossas ofertas por categoria utilizando o parâmetro categoryId.

Com esse filtro, você pode passar o ID de uma determinada categoria existente na API do Buscapé e obter os melhores resultados para sua busca.

Encontre todas as categorias e seus respectivos IDs usados para efetuar as requições na API do Buscapé.

Em nosso exemplo de hoje, escolhemos a categoria Notebook que tem o ID 6424:


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Result xmlns="urn:buscape" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" page="1" totalPages="83" totalResultsSellers="43" totalResultsReturned="16" totalResultsAvailable="1318" xsi:schemaLocation="http://developer.buscape.com/admin/buscape.xsd">
<details>
<applicationID>6a46486e764a51354753343d</applicationID>
<applicationVersion>0.0.0.1</applicationVersion>
<applicationPath>buscape.improjetos.com.br</applicationPath>
<date>2012-06-11T16:50:08.519-03:00</date>
<elapsedTime>4</elapsedTime>
<status>success</status>
<code>0</code>
<message>success</message>
</details>
<category hasOffer="false" isFinal="true" parentCategoryId="2" id="6424">
<thumbnail url="http://imagex.buscape.com.br/bp5/categorias/6424.jpg"/>
<links>
<link type="category" url="http://compare.buscape.com.br/notebook.html?mdsrc=9262544&amp;mdapp=307&amp;mddtn=51922611"/>
<link type="xml" url="http://sandbox.buscape.com/service/findProductList/6a46486e764a51354753343d/br/?categoryId=6424&amp;sourceId=9262544"/>
</links>
<name>Notebook</name>
</category>
<offer id="85726725" categoryId="6424">
<offerName>Notebook Dual Core T2130 1.73GHz 1GB 120GB DVD - RW 15.4 ´ Wide Vista Basic - Semp Toshiba ( 7211326 )</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=85726725&amp;emp_id=81&amp;az=d5f13e5fb104c061af3c48d11ccf82d1&amp;cn=1226779370&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://thumbs.buscape.com.br/T100x100/__2.81-51c1605.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1899.00</value>
<parcel>
<value>158.25</value>
<number>12</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="81">
<sellerName>Americanas.com</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo81.gif"/>
<links>
<link type="seller" url="http://www.americanas.com.br/cgi-bin/WebObjects/eacom.woa/wa/parceiro?par=buscape&amp;epar=buscape&amp;opn=YYNKZU"/>
</links>
<contacts>
<contact label="Atendimento" value="4003-4848"/>
<contact label="Televendas" value="0300-7893200"/>
<contact label="Televendas" value="4003-1000"/>
</contacts>
<rating>
<userAverageRating>
<numComments>10088</numComments>
<rating>6.0</rating>
</userAverageRating>
</rating>
</seller>
</offer>
<offer id="68919766" categoryId="6424">
<offerName>Notebook Core 2 Duo 2GB 250GB 1.3MP DVDRW 15 ´ Linux - Kennex</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=68919766&amp;emp_id=125&amp;az=492ab8d1fe2dadb66697653071edbcc6&amp;cn=1226394621&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://thumbs.buscape.com.br/T100x100/__2.125-41ba1d6.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1804.05</value>
<parcel>
<value>150.34</value>
<number>12</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="125">
<sellerName>Shoptime</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo125.gif"/>
<links>
<link type="seller" url="http://www.shoptime.com.br/apollo/partnerAction.do?method=redirect&amp;link=10586"/>
</links>
<contacts>
<contact label="Atendimento" value="11-40039898"/>
</contacts>
<rating>
<userAverageRating>
<numComments>3262</numComments>
<rating>4.0</rating>
</userAverageRating>
</rating>
<coupon id="29092">
<link type="coupon" url="http://preco.buscape.com.br/cupom/cupom.asp?lkpm=29092&amp;id_prod=68919766&amp;id_emp=125"/>
<description>Frete Grátis para todo o Brasil</description>
<type>frete</type>
</coupon>
</seller>
</offer>
<offer id="104411074" categoryId="6424">
<offerName>i15raw51 - b - Dell Inspiron 15R Notebook - 2ª Geração do Processador Intel® Core™ i5 - 2450M 2.5GHz Memória 4GB</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=104411074&amp;emp_id=50556&amp;az=9fc4f60f49d39d75873e8fc657cc1b24&amp;cn=1226394621&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://i.dell.com/images/global/configurator/chassis/inspiron-15r-ae-front-standard-120.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1999.00</value>
<parcel>
<value>199.90</value>
<number>10</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="50556">
<sellerName>Dell Computadores</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo50556.gif"/>
<links>
<link type="seller" url="http://www.dell.com.br?utm_source=buscape&amp;utm_medium=buscape&amp;utm_campaign=buscape"/>
</links>
<contacts>
<contact label="Atendimento" value="00-08007011297"/>
</contacts>
<rating>
<userAverageRating>
<numComments>24</numComments>
<rating>7.0</rating>
</userAverageRating>
</rating>
</seller>
</offer>
<offer id="103863816" categoryId="6424">
<offerName>v3550aw53 - a - Dell Vostro 3550 Notebook - 2ª Geração do Processador Intel® Core ! ´ i5 - 2450M Memória 4GB Windows® 7 Home Basic</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=103863816&amp;emp_id=70129&amp;az=9ad7d6e58ae63c129337755162bce9fc&amp;cn=1226394621&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://i.dell.com/images/global/configurator/chassis/vostro-3550-overhead-franchise-120x107.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>2299.00</value>
<parcel>
<value>229.90</value>
<number>10</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="70129">
<sellerName>Dell Empresas</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo70129.gif"/>
<links>
<link type="seller" url="http://www.dell.com.br/?utm_source=buscape&amp;utm_medium=buscape&amp;utm_campaign=buscape"/>
</links>
<contacts>
<contact label="Atendimento" value="00-08007011297"/>
</contacts>
<rating>
<userAverageRating>
<numComments>65</numComments>
<rating>6.0</rating>
</userAverageRating>
</rating>
</seller>
</offer>
<offer productId="325609" id="98627555" categoryId="6424">
<offerName>Notebook c / Intel Core - i7 2630QM, 4GB, 500GB, Grav. de DVD, Leitor de Cartões, Wi - Fi - GP745B - CCE</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=98627555&amp;emp_id=917738&amp;az=9dd57813e5eebb7b3fe412e1422ab84b&amp;cn=1226394621&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://www.compretv.com/arquivos/ids/174967_2"/>
<price>
<currency abbreviation="BRL"/>
<value>1815.45</value>
<parcel>
<value>151.29</value>
<number>12</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="false" id="917738">
<sellerName>COMPRETV.COM</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo917738.gif"/>
<links>
<link type="seller" url="http://www.compretv.com"/>
</links>
<extra>Sua compra inteligente na internet.</extra>
<contacts>
<contact label="Televendas" value="11-26727327"/>
</contacts>
<rating>
<userAverageRating>
<numComments>4654</numComments>
<rating>5.0</rating>
</userAverageRating>
<eBitRating>
<numComments>4654</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
<coupon id="31174">
<link type="coupon" url="http://preco.buscape.com.br/cupom/cupom.asp?lkpm=31174&amp;id_prod=98627555&amp;id_emp=917738"/>
<description>Frete Grátis para todo o Brasil</description>
<type>frete</type>
</coupon>
</seller>
</offer>
<offer productId="388954" id="109664026" categoryId="6424">
<offerName>Ultrabook™ HP Folio B0N00AA com a Segunda Geração do Processador Intel® Core™ i5, 4GB, 128GB SSD, HDMI, Wireless, Bluetooth 3.0, LED 13.3 ´ e Windows 7</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=109664026&amp;emp_id=930814&amp;az=8b6da77ec69871a48d7e9858ba4ed29e&amp;cn=1226394621&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://imagex.buscape.com.br/thumbs/cn/img930814r19.gif"/>
<price>
<currency abbreviation="BRL"/>
<value>3799.00</value>
<parcel>
<value>379.90</value>
<number>10</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="false" id="930814">
<sellerName>HP Online</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo930814.gif"/>
<links>
<link type="seller" url="http://www.hp.com.br/loja"/>
</links>
<contacts/>
<rating>
<userAverageRating>
<numComments>1</numComments>
<rating>5.0</rating>
</userAverageRating>
</rating>
</seller>
</offer>
<offer id="91754802" categoryId="6424">
<offerName>Notebook Intel Core I5 6GB 500GB LED 14 ´ Windows 7 Basic - Megaware - cod. 2304696</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=91754802&amp;emp_id=988&amp;az=d9c174b52421a8707dbc8387f1ee051a&amp;cn=1226394621&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://conteudo.efacil.com.br/p/23/120/2304696.JPG"/>
<price>
<currency abbreviation="BRL"/>
<value>1649.00</value>
<parcel>
<value>164.90</value>
<number>10</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="988">
<sellerName>eFácil</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo988.gif"/>
<links>
<link type="seller" url="http://www.efacil.com.br/midia.asp?midia=12"/>
</links>
<contacts>
<contact label="Atendimento" value="34-32181777"/>
<contact label="SAC" value="34-32181777"/>
</contacts>
<rating>
<userAverageRating>
<numComments>37417</numComments>
<rating>6.0</rating>
</userAverageRating>
<eBitRating>
<numComments>37417</numComments>
<rating>Diamante</rating>
</eBitRating>
</rating>
</seller>
</offer>
<offer id="104607118" categoryId="6424">
<offerName>Lenovo Y430 2781jdp + Case Pto cod. 534392</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=104607118&amp;emp_id=370&amp;az=8c611ff0d2d32cc145d0c88a8190e24a&amp;cn=1227548868&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<price>
<currency abbreviation="BRL"/>
<value>2509.00</value>
<parcel>
<value>250.90</value>
<number>10</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="370">
<sellerName>Fnac.com.br</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo370.gif"/>
<links>
<link type="seller" url="http://www.fnac.com.br"/>
</links>
<contacts>
<contact label="SAC" value="11-30385599"/>
</contacts>
<rating>
<userAverageRating>
<numComments>14403</numComments>
<rating>7.0</rating>
</userAverageRating>
<eBitRating>
<numComments>14403</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
</seller>
</offer>
<offer id="74626497" categoryId="6424">
<offerName>Notebook Intel Core 2 Duo, Tela 13.4 ´ , 4 GB, HD 320GB, Windows 7, Preto, Q320 - Samsung - cod. 16165</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=74626497&amp;emp_id=62687&amp;az=250de5684a219439b54f89466fee4565&amp;cn=1227548868&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://thumbs.buscape.com.br/T100x100/__2.62687-472b5c1.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>2469.05</value>
<parcel>
<value>205.75</value>
<number>12</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="62687">
<sellerName>Ricardoeletro.com</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo62687.gif"/>
<links>
<link type="seller" url="http://www.ricardoeletro.com.br"/>
</links>
<contacts>
<contact label="SAC" value="31-40022343"/>
<contact label="Televendas" value="31-33592719"/>
</contacts>
<rating>
<userAverageRating>
<numComments>99482</numComments>
<rating>7.0</rating>
</userAverageRating>
<eBitRating>
<numComments>99482</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
</seller>
</offer>
<offer productId="383399" id="109314475" categoryId="6424">
<offerName>Notebook Itautec A7520 AMD Dual Core C - 50 1.0GHz, 2GB, HD 500GB, Wi - Fi, Bluetooth, Webcam 1.3MP c / Microfone, Saída HDMI, Gravador de DVD, Leitor de Cartões, Tela LED 14 ´ HD, Windows 7 Starter - Cod. 4009942</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=109314475&amp;emp_id=51097&amp;az=c1f6613830a9761ecc67e71f33d173ae&amp;cn=1227548868&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://agregadores.ctisdigital.com.br/uploads/Fotos/200x200_4009942-ItautecW7520_1.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1011.08</value>
<parcel>
<value>91.58</value>
<number>12</number>
<interest>1.31</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="51097">
<sellerName>CTIS</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo51097.gif"/>
<links>
<link type="seller" url="http://www.ctisdigital.com.br?utm_source=buscape&amp;utm_medium=buscape&amp;utm_campaign=buscape"/>
</links>
<contacts>
<contact label="Informações" value="0-08007232847"/>
<contact label="SAC" value="61-32463399"/>
<contact label="Televendas" value="61-33299000"/>
<contact label="ppc" value="(11) 3014-2815"/>
</contacts>
<rating>
<userAverageRating>
<numComments>1203</numComments>
<rating>6.0</rating>
</userAverageRating>
<eBitRating>
<numComments>1203</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
<coupon id="24751">
<link type="coupon" url="http://preco.buscape.com.br/cupom/cupom.asp?lkpm=24751&amp;id_prod=109314475&amp;id_emp=51097"/>
<description>Frete Grátis para todo o Brasil</description>
<type>frete</type>
</coupon>
</seller>
</offer>
<offer productId="376843" id="110282255" categoryId="6424">
<offerName>Feriadão Estendido Dell: Notebook Inspiron 14 com a 2ª geração do processador Intel® Core™ i3, HD de 750GB, 4GB de memória e webcam integrada. Em até 10x sem juros.</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=110282255&amp;emp_id=918187&amp;az=bafab3875ae3cc77bd57d3bcf9fa5109&amp;cn=1227548868&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://imagex.buscape.com.br/thumbs/cn/img918187r481.gif"/>
<price>
<currency abbreviation="BRL"/>
<value>1599.00</value>
<parcel>
<value>159.90</value>
<number>10</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="918187">
<sellerName>Dell SNP</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo918187.gif"/>
<links>
<link type="seller" url="http://dell.com.br?utm_source=buscape&amp;utm_medium=buscape&amp;utm_campaign=buscape"/>
</links>
<contacts>
<contact label="Atendimento" value="00-08007011297"/>
</contacts>
<rating>
<userAverageRating>
<numComments>44</numComments>
<rating>6.0</rating>
</userAverageRating>
</rating>
</seller>
</offer>
<offer id="105389937" categoryId="6424">
<offerName>Notebook LED 14.1 ´ com Intel® Core ? i7 2630M 2ª Geração, 4GB, HD 500GB, HDMI, DVD±RW, Leitor de Cartões, Linux, Atlas Mobile - Qbex</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=105389937&amp;emp_id=51010&amp;az=a68d146f76e0ec11c93b50e0f76f936e&amp;cn=1227548868&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://img5.carrefour.net.br/mgg/notebook-14--com-intel--core--i7--4gb-hd-500gb---qbex_3606842_255841.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1299.00</value>
<parcel>
<value>108.25</value>
<number>12</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="51010">
<sellerName>Carrefour</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo51010.gif"/>
<links>
<link type="seller" url="http://www.carrefour.com.br/?utm_source=buscape&amp;utm_medium=buscape&amp;utm_campaign=buscape"/>
</links>
<contacts>
<contact label="Televendas" value="11-40040125"/>
</contacts>
<rating>
<userAverageRating>
<numComments>45893</numComments>
<rating>7.0</rating>
</userAverageRating>
<eBitRating>
<numComments>45893</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
</seller>
</offer>
<offer productId="363278" id="107488497" categoryId="6424">
<offerName>Notebook HP Pavilion dm1 - 3251BR AMD Vision Dual Core E - 350 HP</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=107488497&amp;emp_id=888496&amp;az=31f250c6a8c57aa51ef7ec7843af7ef9&amp;cn=1227548868&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://fotos.nagem.com.br/264679.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1044.05</value>
<parcel>
<value>109.90</value>
<number>10</number>
<interest>0.94</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="888496">
<sellerName>Nagem</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo888496.gif"/>
<links>
<link type="seller" url="http://www.nagem.com.br?utm_source=buscape&amp;utm_medium=buscape&amp;utm_campaign=buscape"/>
</links>
<contacts>
<contact label="SAC" value="81-21212121"/>
</contacts>
<rating>
<userAverageRating>
<numComments>3173</numComments>
<rating>6.0</rating>
</userAverageRating>
<eBitRating>
<numComments>3173</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
</seller>
</offer>
<offer id="108617465" categoryId="6424">
<offerName>Notebook Acer P6200, Processador Intel Core i3, Tela 14 ´ , 2GB de RAM, 320GB de HD, Wi - fi, Windows 7 Home Basic, Entrada USB, Gravador / Leitor de CD e DVD e Leitor de Cartões 2 x 1 ( Importado )</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=108617465&amp;emp_id=1110734&amp;az=6d43d405073a4341603040ef10bb85b4&amp;cn=1227164119&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://www.onofreeletro.com.br/BackOffice/Uploads/Produto/Normal/459283.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1099.90</value>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="false" id="1110734">
<sellerName>Onofre Eletro</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo1110734.gif"/>
<links>
<link type="seller" url="http://www.onofreeletro.com.br"/>
</links>
<contacts>
<contact label="Televendas" value="11-31166533"/>
</contacts>
<rating>
<userAverageRating>
<numComments>181</numComments>
<rating>8.0</rating>
</userAverageRating>
<eBitRating>
<numComments>181</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
<coupon id="33209">
<link type="coupon" url="http://preco.buscape.com.br/cupom/cupom.asp?lkpm=33209&amp;id_prod=108617465&amp;id_emp=1110734"/>
<description>Frete Grátis para algumas regiões</description>
<type>frete</type>
</coupon>
</seller>
</offer>
<offer id="104561331" categoryId="6424">
<offerName>Notebook Itautec W7535 0177 c / Intel® Pentium® 3GB 320GB LED 14 Windows 7 Bluetooth - 13494</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=104561331&amp;emp_id=79&amp;az=0dd91357ecc28cebde29747b5efe1364&amp;cn=1227164119&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://img.magazineluiza.com.br/vitrine/13/134945800.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1091.55</value>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="79">
<sellerName>Magazine Luiza</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo79.gif"/>
<links>
<link type="seller" url="http://www.magazineluiza.com.br/parceiro/visita_parceiro.asp?parceiro=23"/>
</links>
<contacts/>
<rating>
<userAverageRating>
<numComments>81287</numComments>
<rating>7.0</rating>
</userAverageRating>
<eBitRating>
<numComments>81287</numComments>
<rating>Diamante</rating>
</eBitRating>
</rating>
</seller>
</offer>
<offer id="107140827" categoryId="6424">
<offerName>Notebook HP Pavilion DM1 Led 11,6 ´ - AMD - HD 500 GB - 6GB - HDMI</offerName>
<links>
<link type="offer" url="http://compare.buscape.com.br/visualiza?id=6424&amp;raiz=2&amp;prod_id=107140827&amp;emp_id=70811&amp;az=117afcdf07418c022148030551147d2c&amp;cn=1227164119&amp;nc=1878522414920120611165008&amp;mdsrc=9262544&amp;pos=0&amp;pg=1"/>
</links>
<thumbnail url="http://www.taqi.com.br/images/Product/125079_a.jpg"/>
<price>
<currency abbreviation="BRL"/>
<value>1199.00</value>
<parcel>
<value>99.92</value>
<number>12</number>
<interest>0.0</interest>
</parcel>
</price>
<seller advertiserId="0" pagamentoDigital="false" isTrustedStore="true" id="70811">
<sellerName>Lojas taQi</sellerName>
<thumbnail url="http://imagex.buscape.com.br/vitrine/logo70811.gif"/>
<links>
<link type="seller" url="http://www.taqi.com.br"/>
</links>
<contacts>
<contact label="Televendas" value="0800-7040545"/>
</contacts>
<rating>
<userAverageRating>
<numComments>1784</numComments>
<rating>6.0</rating>
</userAverageRating>
<eBitRating>
<numComments>1784</numComments>
<rating>Ouro</rating>
</eBitRating>
</rating>
</seller>
</offer>
</Result>

O formato de URL usado é para requisições de aplicativos em desenvolvimento. Para usar esse formato em produção, você deve mudar o subdomínio sandbox para bws.

Filtrar suas ofertas por categoria, refina suas ofertas e os resultados podem ser mais relevantes. Pense nisso ao desenvolver seu aplicativo para o Buscapé.

Have fun!

Deixe uma resposta

Topo