Discover/getfpv.com API
live

getfpv.com APIgetfpv.com

Access GetFPV's FPV drone parts catalog via API. Search products, browse categories, get specs, pricing, and stock status for motors, flight controllers, and more.

Endpoints
7
Updated
14d ago
Try it
Page number (zero-indexed)
Max results per page
Search keyword
api.parse.bot/scraper/c2e4196d-34d8-49cb-ab61-e02e70e36676/<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/c2e4196d-34d8-49cb-ab61-e02e70e36676/search_products?limit=3&query=motor' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for products by keyword across all categories. Returns product listings with name, SKU, price, stock status, and more. Results are paginated.

Input
ParamTypeDescription
pageintegerPage number (zero-indexed)
limitintegerMax results per page
queryrequiredstringSearch keyword
Response
{
  "type": "object",
  "fields": {
    "products": "array of product objects with name, sku, price, stock_status, stock_qty, url, thumbnail, brand, and categories",
    "total_hits": "integer total matching products",
    "total_pages": "integer total pages available",
    "current_page": "integer current page number (zero-indexed)"
  },
  "sample": {
    "data": {
      "products": [
        {
          "sku": "22354",
          "url": "https://www.getfpv.com/dys-f722-flight-controller-icm42688p-30x30.html",
          "name": "DYS F722 Flight Controller - ICM42688P - 30x30",
          "brand": "DYS",
          "price": 51.99,
          "stock_qty": 6,
          "thumbnail": "https://cdn-v2.getfpv.com/media/catalog/product/cache/ad237c46d531aabdb51b70c3aca03811/d/y/dys-f722-flight-controller---icm42688p---30x30-_image-1_.jpg",
          "categories": {
            "level0": [
              "Electronics"
            ],
            "level1": [
              "Electronics /// Flight Controllers"
            ]
          },
          "stock_status": "In Stock"
        }
      ],
      "total_hits": 943,
      "total_pages": 189,
      "current_page": 0
    },
    "status": "success"
  }
}

About the getfpv.com API

The GetFPV API provides 7 endpoints for querying the GetFPV drone components catalog, covering search, category browsing, and detailed product data. Use search_products to find parts by keyword and receive structured results including SKU, price, stock status, stock quantity, brand, and thumbnail URL. Dedicated endpoints for flight controllers, motors, new arrivals, and sale items make it straightforward to target specific segments of the catalog without custom category filtering.

Product Search and Category Browsing

The search_products endpoint accepts a required query string and returns paginated arrays of product objects, each containing name, sku, price, stock_status, stock_qty, url, thumbnail, brand, and categories. Pagination is zero-indexed via the page parameter, and total_hits and total_pages fields let you iterate through full result sets. The get_category_products endpoint accepts a category string that supports multi-level paths using /// as a separator — for example, Electronics /// Flight Controllers — so you can target nested subcategories directly.

Convenience Category Endpoints

Four endpoints target specific catalog segments without requiring you to know the category path: get_flight_controllers (maps to Electronics /// Flight Controllers), get_motors (maps to Motors), get_new_products (maps to the New Products listing), and get_sale_products (maps to the On Sale listing). All four share the same paginated response shape as search_products, making it trivial to swap between them in a single code path.

Product Detail Data

The get_product_details endpoint accepts either a full product URL or a slug path (e.g., product-name.html) and returns a richer object: sku, name, brand, price formatted as USD <amount>, an images array of URLs, a description string, stock_status, and a specifications object of key-value pairs. The specifications object reflects product-level technical attributes such as dimensions, weight, or compatibility data as listed on the product page — the actual keys vary by product type.

Pagination and Data Shape Notes

All listing endpoints use zero-indexed pagination. The limit parameter controls page size. Stock status on listing endpoints is a string (In Stock or Out of Stock), and stock_qty gives a numeric quantity where available. Price in listing responses is a formatted string, consistent with the price field in get_product_details.

Common use cases
  • Monitor stock availability for FPV motors and flight controllers to trigger restock alerts using stock_status and stock_qty.
  • Build a price comparison tool for FPV components by querying search_products and extracting price and brand fields.
  • Aggregate new product arrivals via get_new_products to power a weekly newsletter or catalog update feed.
  • Scrape technical specifications from get_product_details to populate a parts database with dimensions, weights, and compatibility data.
  • Track sale inventory over time using get_sale_products to identify which categories GetFPV discounts most frequently.
  • Populate an affiliate storefront with product names, thumbnails, URLs, and prices from category-specific listing endpoints.
  • Filter the FPV parts catalog by multi-level category using get_category_products with /// path notation for precise subcategory targeting.
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 GetFPV have an official developer API?+
GetFPV does not publish an official public developer API or documented data feed for third-party access to its product catalog.
What does `get_product_details` return that the listing endpoints don't?+
get_product_details adds a specifications object with product-level key-value attributes (varies by product type), a full images array, and a description string. Listing endpoints return thumbnail only and omit specifications and descriptions entirely.
How does category path filtering work in `get_category_products`?+
The category parameter accepts either a top-level name like Motors or a slash-delimited path using /// as the separator, such as Electronics /// Flight Controllers. Omitting the parameter entirely returns all products across categories, paginated.
Are customer reviews or ratings available through this API?+
Not currently. The API covers product listings, specifications, pricing, stock status, and images. You can fork it on Parse and revise to add an endpoint that surfaces review or rating data from individual product pages.
Does the API expose variant or option data for products that come in multiple configurations?+
Not currently. get_product_details returns a single price, stock_status, and specifications object without breaking out individual variants or options. You can fork it on Parse and revise to add variant-level data for products with multiple size or configuration options.
Page content last updated . Spec covers 7 endpoints from getfpv.com.
Related APIs in EcommerceSee 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.
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.
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.
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.
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.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.