Actions44
- Contact Actions
- Aircraft Actions
- Get
- Get List
- Get by Registration
- Get Identification
- Get Status
- Get Maintenance
- Get Flights
- Get APU
- Get Avionics
- Get Engine
- Get Airframe
- Get Additional Equipment
- Get Features
- Get Interior
- Get Exterior
- Get Leases
- Get Company Relationships
- Get Pictures
- Get Bulk Aircraft Export Paged
- Get Condensed Owner Operators Paged
- Get Event List Paged
- Get History List Paged
- Company Actions
- Market Actions
Overview
The "Get Model Market Trends" operation of the JetNet node allows users to retrieve market trend data and analytics for specific aircraft models. This includes insights into how various aircraft models perform in the market over time, which can be valuable for market analysis, investment decisions, fleet planning, or competitive benchmarking within the aviation industry.
Typical use cases include:
- Tracking price trends or demand changes for certain aircraft models.
- Analyzing market behavior filtered by aircraft characteristics such as airframe type or make.
- Comparing trends across different models or categories to inform purchasing or sales strategies.
For example, a user might query market trends for business jets manufactured between 2015 and 2020 to understand their valuation trajectory or demand patterns.
Properties
| Name | Meaning |
|---|---|
| Airframe Type | Type of airframe to filter by. Options: None, Fixed Wing, Rotary. |
| Make Type | Type of aircraft make to filter by. Options: None, Business Jet, Turboprop, Piston, Jet Airliner, Turbo Helicopter, Piston Helicopter. |
| Make | List of aircraft makes to filter (e.g., GULFSTREAM, BOEING). Multiple values allowed. |
| Model | List of aircraft models to filter (e.g., G550, BBJ3). Multiple values allowed. |
| Model ID | Specific model ID to filter by (number). |
| Year Manufactured | Year manufactured filter; supports single year (e.g., "2020") or range (e.g., "2015:2020"). |
| Year Delivered | Year delivered filter; supports single year or range similar to Year Manufactured. |
| Category Size | List of category sizes to filter by (e.g., MJ, ABJ, LGULR). Multiple values allowed. |
| Start Date | Start date for trend data in ISO format (e.g., "2023-01-01"). |
| Display Range | Display range for trend data (string, usage depends on API specifics). |
| Product Code | Product code to filter by (string). |
| Model List | List of specific models for trends. Multiple values allowed. |
These properties are provided inside an "Additional Fields" collection and allow fine-tuning of the market trend data request.
Output
The output is JSON data representing the market trend information returned by the JetNet API for the specified filters. The structure typically includes trend metrics, dates, and possibly aggregated statistics related to the selected aircraft models.
- If multiple results are returned, each item is output as a separate JSON object.
- The exact fields depend on the API response but generally include time series data points and associated metadata about the market trends.
- No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the JetNet API service.
- Users must provide valid API authentication credentials (an API key or token) configured in n8n.
- The node sends POST requests to the endpoint
/api/Model/getModelMarketTrendswith the selected filters in the request body.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication errors.
- Incorrectly formatted date strings or invalid filter values may result in API errors or empty responses.
- Requesting data for non-existent model IDs or unsupported combinations may return no data.
Error messages:
- Authentication failures: Check that the API key/token is correctly set up in n8n credentials.
- Validation errors from the API: Verify that all filter parameters conform to expected formats (e.g., date ISO format, valid enum options).
- Network or timeout errors: Ensure network connectivity to the JetNet API endpoint.
To resolve errors, confirm input parameters, validate credentials, and consult JetNet API documentation for parameter constraints.
Links and References
- JetNet API Documentation (requires login)
- n8n Documentation on Creating Custom Nodes
- Aviation market analysis resources for context on aircraft market trends
This summary is based solely on static analysis of the provided source code and property definitions without runtime execution.