Discover/sharegrid.com API
live

sharegrid.com APIwww.sharegrid.com

Search and browse ShareGrid camera gear listings by location and keyword. Get rental pricing, listing details, images, author info, and autocomplete suggestions.

Endpoints
3
Updated
14d ago
Try it
Page number to start from (1-based)
Search term (e.g., 'camera', 'lens', 'tripod', 'sony fx6')
Community slug for location (e.g., 'losangeles', 'newyork', 'chicago', 'sfbay', 'miami', '
Maximum number of pages to fetch
Type of listing: 'rent' or 'buy'
api.parse.bot/scraper/7b9bcd1e-a039-4604-9e34-c0a30bad759b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/7b9bcd1e-a039-4604-9e34-c0a30bad759b/search_listings?page=1&query=lens&location=newyork&max_pages=1&listing_type=rent' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for gear listings on ShareGrid by location and search term. Returns paginated results with listing details, pricing, author info, and location data. Supports both rental and buy listings.

Input
ParamTypeDescription
pageintegerPage number to start from (1-based)
queryrequiredstringSearch term (e.g., 'camera', 'lens', 'tripod', 'sony fx6')
locationstringCommunity slug for location (e.g., 'losangeles', 'newyork', 'chicago', 'sfbay', 'miami', 'boston', 'denver')
max_pagesintegerMaximum number of pages to fetch
listing_typestringType of listing: 'rent' or 'buy'
Response
{
  "type": "object",
  "fields": {
    "page": "integer - starting page number",
    "listings": "array of listing objects with id, title, url, image_url, instant_book, rental_price, location, author, sale_offering, rental_offering, package info",
    "total_pages": "integer - total available pages (if available)",
    "pages_fetched": "integer - number of pages actually fetched",
    "total_results": "integer - count of listings returned"
  },
  "sample": {
    "data": {
      "page": 1,
      "listings": [
        {
          "id": "396939",
          "url": "https://www.sharegrid.com/losangeles/l/396939-triple-sony-package-fx9-two-fx3s-lenses-tripods-monitors-etc",
          "title": "Triple Sony Package - FX9 & Two FX3s - Lenses, Tripods, monitors, etc",
          "author": {
            "id": "chNazAFvir5Oadbagq7ICb",
            "name": "Griswold Media",
            "slug": "griswoldmedia",
            "level": "elite",
            "feedback_count": 764,
            "feedback_positive_pct": 100
          },
          "package": {
            "can_ship": false,
            "can_pickup": true,
            "free_shipping": false
          },
          "location": {
            "lat": 34.1637,
            "lon": -118.397
          },
          "quantity": 1,
          "sold_out": false,
          "community": "losangeles",
          "image_url": "https://d1rzxhvrtciqq1.cloudfront.net/uploads/images/listingimage/1534119/image/big-c9b13e20108f3db03c7798058e8c5a16.jpg",
          "is_package": true,
          "instant_book": false,
          "rental_price": 214.09,
          "sale_offering": null,
          "rental_offering": null
        }
      ],
      "total_pages": 50,
      "pages_fetched": 1,
      "total_results": 48
    },
    "status": "success"
  }
}

About the sharegrid.com API

The ShareGrid API exposes 3 endpoints to search, detail, and autocomplete peer-to-peer filmmaking gear listings across ShareGrid.com. The search_listings endpoint returns paginated results covering rental price, instant-book status, author info, and location data for both rent and buy listings. You can filter by community slug (e.g. 'losangeles', 'newyork') and listing type, then fetch full specs — including kit components, product brand/model, and multi-resolution images — via get_listing_detail.

Search Listings

The search_listings endpoint accepts a required query string (e.g. 'sony fx6', 'anamorphic lens') alongside optional location, listing_type ('rent' or 'buy'), page, and max_pages parameters. Each result object in the listings array includes id, title, url, image_url, instant_book flag, rental_price, location, author, and sale_offering / rental_offer fields. The response also surfaces total_pages and total_results so you can build pagination logic without extra round-trips.

Listing Detail

get_listing_detail takes a listing_id (numeric string from search results) plus optional community and listing_type inputs. The response expands well beyond search summaries: images is an array of objects each carrying thumb, big, and original URLs; package describes kit bundles with a component_count; product carries the gear's brand and model; and category includes a parent for hierarchical browsing. The author object adds level and feedback_count to help assess lender reputation. quantity reflects available stock.

Autocomplete Suggestions

The autosuggest endpoint returns two typed arrays for a given query: products (gear items with name, product_id, and url) and people (vendors/creators with name, username, avatar_url, and url). Both arrays respect the optional location and listing_type filters, making it practical to build a location-aware search-as-you-type UI.

Common use cases
  • Build a gear availability dashboard filtered by city using location slugs like 'sfbay' or 'chicago'
  • Compare rental prices across multiple cities for the same camera body by running parallel search_listings calls
  • Display a lender reputation score in a rental workflow using author.level and author.feedback_count from get_listing_detail
  • Power a search-as-you-type field for filmmaking equipment using autosuggest product and people results
  • Aggregate kit bundle data for production planning by extracting package.component_count and package.description
  • Track listing availability for specific gear models by polling get_listing_detail for the quantity field
  • Distinguish buy vs. rent listings in a unified marketplace feed using the listing_type filter on search_listings
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does ShareGrid have an official public developer API?+
ShareGrid does not publish an official public developer API or API documentation as of mid-2025. This Parse API provides structured access to listing data that would otherwise require manual browsing of the site.
What does `get_listing_detail` return beyond what appears in search results?+
get_listing_detail adds multiple image sizes (thumb, big, original) per listing, kit package details including component count, the gear's product brand and model, a nested category with parent slug, GPS coordinates (lat/lon), available quantity, and expanded author fields (level and feedback count). Search results carry only a single image URL and condensed author info.
Which geographic markets does the `location` filter support?+
The location parameter accepts community slugs for: losangeles, newyork, chicago, sfbay, miami, boston, and denver. Listings outside these communities are not filterable by location through this parameter. You can fork the API on Parse and revise it to map additional ShareGrid community slugs if your target market isn't in the list.
Does the API return user reviews or individual transaction history for a lender?+
Not currently. The API exposes author.feedback_count and author.level as reputation signals, but individual review text, star ratings, and transaction records are not returned by any of the three endpoints. You can fork the API on Parse and revise it to add an endpoint targeting lender profile pages where review content appears.
How does pagination work in `search_listings`?+
Pagination is controlled by the page (starting page, 1-based) and max_pages (cap on pages fetched) input parameters. The response includes total_pages, pages_fetched, and total_results so you can determine how many additional pages exist without issuing a blind follow-up call. If total_pages is unavailable for a given query, the field may be absent from the response.
Page content last updated . Spec covers 3 endpoints from www.sharegrid.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.