|
GET_Merchant_Search
Searching for merchants within a communityRequest formathttp://api.praized.com/{community_slug}/merchants.{format}?
q={terms}&l={cityname, state/province}&page={page number}&per_page={number}&api_key={your api key}ArgumentspageNo of the requested page format : unsigned integer per_pageNumber of request per page format : unsigned integer qSearch query for terms in the form of the Sphinx Extended Query Syntax format : string ex : q=restaurant|bar l or locationSearch query for the location it can include the city or the city with the state or province format : string ex : l=montreal location=montreal/QC t or tagSearch query by using tags format : string ex : t=sushi latLatitude (location north or south of the equator in degrees) which is the center of the search. Used with long (longitude) and radius format : float ex : lat=45.505159 longLongitude (east / west coordinate) which is the center of the search. Used with lat (latitude) and radius format : float ex : long=45.505159 radiusRadius in kilometers for the search. Used with lat (latitude) and long (longitude) Response FormatThe response format is the same as "Getting the top merchants for a community" Continue to Getting a merchant page Back to Getting the top merchants for a community Up to Our Index |