= Getting the top merchants for a community = == Request format == {{{ http://api.praized.com/{community_slug}/merchants.{format}?page={page number}&per_page={number}&api_key={your api key} }}} == Arguments == === page === No of the requested page format : unsigned integer === per_page === Number of request per page format : unsigned integer == Response format == === XML === {{{ praized-com-hub praized.com hub http://praized.com/ http://praized.com/ 10 392 3915 1 96423266cd5145552decb67454b13e4e http://praized.com/places/ca/quebec/montreal/societe-des-arts-technologiques-sat Societe Des Arts Technologiques (SAT) 15 0 http://www.yellowpages.ca/bus/Quebec/Montreal/Societe-Des-Arts-Technologiques-SAT-/2542153.html?AFC-2BI478746688 1 http://yellowpages.ca/search/si/1/arts/montreal?AFC-2BI478746688 2008-06-27T19:25:55Z 1 98 89 90 arts cultural organizations culture web technology internet dj vj 9 http://ca.stats.praized.com/ping?t=1219803353.39392 7 (514)8442033 Montreal MTL Montreal H2X 2S6 45.509334 Quebec Canada CA Canada 1195, boulevard Saint-Laurent -73.562672 2008-04-04T18:13:46Z ... ... }}} === JSON === {{{ {"praized": {"pagination": { "per_page": "10", "page_count": "392", "total_entries": "3915", "current_page": "1" }, "community": {"base_url": "http://praized.com/", "slug": "praized-com-hub", "name": "praized.com hub", "home_url": "http://praized.com/" }, "merchants": [{"permalink": "http://praized.com/places/ca/quebec/montreal/societe-des-arts-technologiques-sat", "pid": "96423266cd5145552decb67454b13e4e", "name": "Societe Des Arts Technologiques (SAT)", "favorite_count": "15", "updated_at": "2008/06/27 19:25:55 +0000", "sponsored_links": [{"order": "0", "url": "http://www.yellowpages.ca/bus/Quebec/Montreal/Societe-Des-Arts-Technologiques-SAT-/2542153.html?AFC-2BI478746688", "label": "See more information about this merchant in YellowPages.ca" }, {"order": "1", "url": "http://yellowpages.ca/search/si/1/arts/montreal?AFC-2BI478746688", "label": "Find arts in Montreal in YellowPages.ca"}], "votes": {"neg_count": "1", "score": "98", "pos_count": "89", "count": "90" }, "tag_count": "9", "tags": [{"name": "arts"}, {"name": "cultural"}, {"name": "organizations"}, {"name": "culture"}, {"name": "web"}, {"name": "technology"}, {"name": "internet"}, {"name": "dj"}, {"name": "vj"}], "stat_links": [{"url": "http://ca.stats.praized.com/ping?t=1219807264.56828"}], "url": null, "comment_count": "7", "business_hours": null, "description": null, "fax": null, "phone": "(514)8442033", "location": {"city": {"name": "Montreal", "code": "MTL", "name_fr": "Montreal"}, "postal_code": "H2X 2S6", "latitude": 45.509334, "regions": {"province": "Quebec"}, "country": {"name": "Canada", "code": "CA", "name_fr": "Canada"}, "street_address": "1195, boulevard Saint-Laurent", "longitude": -73.562672}, "created_at": "2008/04/04 18:13:46 +0000", "email": null}, {"permalink": "http://praized.com/places/ca/montreal/station-c", "pid": "06028918fa93968698da8c59b83e5093", "name": "Station C", .... }] } }}} ------ Continue to [GET_Merchant_Search Searching for merchants within a community] Back to [Error_Messages Error Messages] Up to [API Our Index]