Sharegrid: Search Listings
Sharegrid via Parse · marketplace
Full-text search over gear listings in a ShareGrid community. Returns paginated results with listing summaries including pricing, author, location, and delivery options. Pagination via page counter; each page holds up to 48 listings. Supports both rental and buy listing types. API to search and browse camera gear rental/buy listings on ShareGrid.com, a peer-to-peer equipment sharing marketplace for filmmakers and creators. Fulfilled by Parse from www.sharegrid.com.
- ecommerce
- entertainment
- marketplace
- parse
- platform-key
- sharegrid
- www-sharegrid-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7b9bcd1e-a039-4604-9e34-c0a30bad759b/search_listings
- Interface artifact
- sha256:d2215ecdd37f3a616861eb16e9f9c523b95aa4428efeb15dac1fb79a38ae8fbd
- Manifest digest
- sha256:7edb69a038ffa634b0e8d76cdbf87bcf505abe5e4e3807f8c30bd6a654f0b354
Request fields
- page (integer): Page number (1-based)
- query (string, required): Search term (e.g., 'camera', 'lens', 'tripod', 'sony fx6')
- location (string): Community slug for location (e.g., 'losangeles', 'newyork', 'chicago', 'sfbay', 'miami', 'boston', 'denver'): Allowed values: losangeles, newyork, chicago, sfbay, miami, boston, denver
- max_pages (integer): Maximum number of pages to fetch in a single call
- listing_type (string): Type of listing to search: Allowed values: rent, buy
Example queries
- {"page":1,"query":"camera","location":"losangeles","max_pages":1,"listing_type":"rent"}