Consumer Price Index API / Inflation API, delivering current and historical CPI data for various consumer goods.
Provides a Consumer Price Index API / Inflation API, delivering current and historical CPI data for various consumer goods. With customizable input parameters, you can retrieve precise inflation trends and forecasts for specific items and date ranges. This API is perfect for economic analysis, business planning, and academic research.
The API accepts the following input parameters:
startDate
:
YYYY-MM-DD
.endDate
:
YYYY-MM-DD
.search
:
None of the fields are required. If no input is provided, the API will return data for all items within a default date range.
The API returns data in a structured JSON format, ideal for integration into applications or analysis tools:
1[ 2 { 3 "consumerPriceIndexItem": "Poultry", 4 "yearOfForecast": 2002, 5 "monthOfForecast": 7, 6 "yearBeingForecast": "2003", 7 "forecastData": { 8 "lowerBound": -7.2, 9 "midPoint": -0.6, 10 "upperBound": 6.7 11 } 12 }, 13 { 14 "consumerPriceIndexItem": "Fish and seafood", 15 "yearOfForecast": 2002, 16 "monthOfForecast": 7, 17 "yearBeingForecast": "2003", 18 "forecastData": { 19 "lowerBound": -2.1, 20 "midPoint": 1.5, 21 "upperBound": 5 22 } 23 }, 24 { 25 "consumerPriceIndexItem": "Eggs", 26 "yearOfForecast": 2002, 27 "monthOfForecast": 7, 28 "yearBeingForecast": "2003", 29 "forecastData": { 30 "lowerBound": -26.9, 31 "midPoint": -6.4, 32 "upperBound": 20.6 33 } 34 }, 35 { 36 "consumerPriceIndexItem": "Dairy products", 37 "yearOfForecast": 2002, 38 "monthOfForecast": 7, 39 "yearBeingForecast": "2003", 40 "forecastData": { 41 "lowerBound": -9.7, 42 "midPoint": -1.2, 43 "upperBound": 8.1 44 } 45 } 46]
consumerPriceIndexItem
: The name of the consumer good (e.g., "Poultry", "Fish and seafood").yearOfForecast
: The year in which the forecast was made.monthOfForecast
: The month in which the forecast was made.yearBeingForecast
: The year for which the forecast is being made.forecastData
: An object containing the forecast data:
lowerBound
: The lower bound of the forecast.midPoint
: The midpoint of the forecast.upperBound
: The upper bound of the forecast.Set Input Parameters:
startDate
and endDate
to specify the date range.search
parameter to filter results by a specific item (e.g., "eggs").Run the API:
Retrieve Results:
Analyze and Integrate:
For assistance or questions about this actor, please raise an issue.
Note: This API is designed for flexibility and ease of use. If no input parameters are provided, it will return data for all items within a default date range. Customize the API to suit your specific needs on the Apify platform.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!