Discover/mann-filter.com API
live

mann-filter.com APImann-filter.com

Access MANN-FILTER's filter catalog via API: search by part number or vehicle, get product details, images, cross-references, new releases, and discontinued items.

Endpoints
5
Updated
14d ago
Try it
Page number for pagination.
Search keyword (part number, vehicle name, or cross-reference number). Examples: 'oil filt
Number of results per page.
api.parse.bot/scraper/ca128cb8-1c2d-4d9a-82c7-5afbaf2cbd46/<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/ca128cb8-1c2d-4d9a-82c7-5afbaf2cbd46/search_products?page=1&query=oil+filter&page_size=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for filters by part number, vehicle name, or cross-reference number using the SmartSearch system. Returns product details, vehicle compatibility lists, and cross-references in a single search query.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch keyword (part number, vehicle name, or cross-reference number). Examples: 'oil filter', 'HU 816 x', 'Golf'.
page_sizeintegerNumber of results per page.
Response
{
  "type": "object",
  "fields": {
    "products": "object containing items array, pageInfo, and totalCount",
    "applications": "array of vehicle application matches",
    "crossReference": "object containing cross-reference items, pageInfo, and totalCount"
  },
  "sample": {
    "data": {
      "products": {
        "items": [
          {
            "product": {
              "sku": "6220152911_MANN-FILTER",
              "name": "6220152911_MANN-FILTER",
              "urlKey": "6220152911_mann-filter",
              "attributes": [
                {
                  "key": "application",
                  "value": "OFF-HIGHWAY APPLICATIONS"
                }
              ],
              "references": []
            }
          }
        ],
        "pageInfo": {
          "pageSize": 5,
          "totalPages": 63,
          "currentPage": 1
        },
        "totalCount": 313
      },
      "applications": [],
      "crossReference": {
        "items": [],
        "pageInfo": {
          "pageSize": 5,
          "totalPages": 0,
          "currentPage": 1
        },
        "totalCount": 0
      }
    },
    "status": "success"
  }
}

About the mann-filter.com API

The MANN-FILTER API exposes 5 endpoints covering the full MANN-FILTER product catalog, including part search, detailed product specs, vehicle compatibility lists, and image retrieval. The search_products endpoint accepts part numbers, vehicle names, or cross-reference numbers and returns matching products, application lists, and cross-reference data in a single response. It also surfaces recently released and discontinued products with successor information.

Search and Product Detail

The search_products endpoint accepts a required query string — a part number like HU 816 x, a vehicle name, or a competitor cross-reference number — and returns a products object (with items, pageInfo, and totalCount), an applications array of vehicle compatibility matches, and a crossReference object with its own items, pageInfo, and totalCount. Both page and page_size parameters control pagination. The get_product_detail endpoint works the same way but is designed for single-SKU lookups; SKUs must be passed in human-readable format with spaces (e.g. C 2212), not the internal concatenated format.

Product Images

get_product_images takes a human-readable SKU and returns a hits array of image objects, each containing link, dimension, mimeType, metaData, and a uriTemplate field for requesting images at different sizes. The response also includes a total count, a hasMore boolean, and a successful flag. This makes it straightforward to build image galleries or integrate product visuals into a parts catalog without separately resolving image URLs.

New and Discontinued Products

get_new_products returns products added since a given date (YYYY-MM-DD). Omitting the date defaults to 120 days before today. Each item includes sku, name, availableSince, urlKey, and attributes. get_discontinued_products pages through discontinued parts, returning each item's sku, attributes, urlKey, and a successorProduct field that identifies the replacement part when one exists. Pagination uses page and page_size; pages beyond available data return an empty items array and null pageInfo.

Common use cases
  • Build a cross-reference lookup tool that maps competitor part numbers to MANN-FILTER equivalents using search_products.
  • Populate a parts catalog with product images and size variants via get_product_images and its uriTemplate field.
  • Automate fleet maintenance systems by querying vehicle compatibility through the applications array returned by search_products.
  • Track new product releases weekly by calling get_new_products with a rolling date parameter and monitoring availableSince.
  • Identify discontinued parts and surface their successorProduct replacements to prevent stockout errors in inventory systems.
  • Sync an automotive aftermarket database with current MANN-FILTER SKUs, attributes, and urlKey links.
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 MANN-FILTER offer an official developer API?+
MANN-FILTER does not publish a documented public developer API. Their product data is accessible through their website at mann-filter.com, and this Parse API provides structured programmatic access to that catalog.
What does the `get_discontinued_products` endpoint return for replaced parts?+
Each item in the items array includes a successorProduct field. When MANN-FILTER has designated a replacement part, that successor's information is included. If no successor is assigned, the field will be absent or null. The totalCount field gives the total number of discontinued products across all pages.
Does the SKU format matter when calling `get_product_detail` or `get_product_images`?+
Yes. Both endpoints require the human-readable SKU format that includes spaces, such as HU 816 x or C 2212. Passing the internal concatenated format (like HU816X) will not return correct results.
Does the API return pricing or stock availability for MANN-FILTER products?+
Not currently. The API covers product attributes, vehicle compatibility, cross-references, images, and release or discontinuation status. It does not expose pricing or inventory data. You can fork this API on Parse and revise it to add an endpoint targeting that data if it becomes accessible.
Can I retrieve a full list of all MANN-FILTER products in bulk?+
The API does not include a dedicated catalog-dump endpoint. get_new_products and get_discontinued_products support paginated bulk retrieval for those subsets, and search_products requires a query string rather than returning all products. You can fork this API on Parse and revise it to add a broader catalog enumeration endpoint.
Page content last updated . Spec covers 5 endpoints from mann-filter.com.
Related APIs in AutomotiveSee all →
acura.ca API
Check current Acura vehicle deals, financing rates, lease payments, and incentives across all Canadian provinces and models including the ADX, ZDX, MDX, RDX, Integra, and TLX. Calculate payment options based on specific offers and models available by province.
getfpv.com API
Search and browse products from GetFPV's catalog of FPV drone components and accessories. Retrieve listings by keyword or category, view detailed product specifications, pricing, and stock status, and explore new arrivals and current sales.
firetruckmall.com API
Browse all available fire trucks from Fire Truck Mall with complete details including pricing, year, specifications, and images. Track when each listing was posted to find the newest inventory and compare vehicles across the marketplace.
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.
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.
team-bhp.com API
Access forum discussions, travelogues, news articles, and user profiles from Team-BHP.com to discover automotive insights, travel stories, and community conversations. Search threads, browse categories, and find trending discussions all in one place.
mazda.ca API
Find current vehicle deals, financing rates, lease options, and incentives across all Mazda Canada models and trims, with pricing tailored to your province. Get instant payment quotes to compare your options and discover the best offers available.
carjam.co.nz API
Look up detailed New Zealand vehicle information by license plate, VIN, or chassis number to instantly access registration status, WOF/COF compliance, service history, odometer readings, and damage records. Verify if a vehicle is stolen and get comprehensive specs to make informed decisions before purchasing or for fleet management.