Discover/ibef.org API
live

ibef.org APIibef.org

Access Indian industry reports, state profiles, macroeconomic data, and economy news via the IBEF API. 9 endpoints covering sectors, states, and search.

Endpoints
9
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/fdf4e7e7-ffd6-4b9d-b630-bae97ca58156/<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/fdf4e7e7-ffd6-4b9d-b630-bae97ca58156/get_industry_list' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Returns the full list of all industry sectors covered by IBEF with their URL slugs. No parameters required.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "industries": "array of objects with name, slug, and url for each industry sector"
  },
  "sample": {
    "data": {
      "industries": [
        {
          "url": "https://www.ibef.org/industry/agriculture-india",
          "name": "Agriculture and Allied Industries",
          "slug": "agriculture-india"
        },
        {
          "url": "https://www.ibef.org/industry/india-automobiles",
          "name": "Automobiles",
          "slug": "india-automobiles"
        }
      ]
    },
    "status": "success"
  }
}

About the ibef.org API

The IBEF API provides structured access to India Brand Equity Foundation data across 9 endpoints, covering industry sector reports, state and Union Territory profiles, macroeconomic overviews, and the latest economy news. The get_industry_report endpoint returns detailed sections including market size, growth drivers, government initiatives, and investment data for any sector slug retrieved from get_industry_list.

Industry and State Reports

The get_industry_list endpoint returns every sector covered by IBEF as an array of objects with name, slug, and url fields. Pass any slug value to get_industry_report to retrieve a full sector report. The response includes a sections object with keys like snapshot, advantage_india, growth_drivers, government_initiatives, and market_size — each containing the structured text content for that section. Parallel endpoints get_states_list and get_state_report follow the same pattern for all Indian states and Union Territories, with get_state_report returning sections such as key_statistics, economic_scenario, and advantage_state.

Economy and Snapshot Data

get_economy_overview returns the Indian Economy Overview page as a title and content string covering GDP statistics and sector-wise economic data. get_india_snapshot returns the India at a Glance page as a structured sections array, where each item includes a heading, content, items, and paragraphs — covering geographic, demographic, political, and transportation quick facts. The response also includes a last_updated date string.

News and Search

get_news_list returns up to 10 articles per page (0-indexed page parameter), each with newsTitle, slugUrl, newsShortDesc, newsAuthor, and createdDate. Pass a slugUrl value to get_news_article to retrieve the full article content, date, and title. The search endpoint accepts a required query string and an optional page integer, returning an array of results with title, url, and description, plus a total_results count and pagination_html for navigating additional pages.

Common use cases
  • Monitor Indian sector trends by pulling market_size and growth_drivers sections from get_industry_report for a target industry.
  • Build a state investment dashboard using key_statistics and economic_scenario from get_state_report across all states.
  • Track daily Indian economy headlines by paginating get_news_list and fetching full text via get_news_article.
  • Populate a macroeconomic data feed with GDP and sector-wise figures from get_economy_overview.
  • Display quick India geographic and demographic facts in a country-profile tool using get_india_snapshot sections.
  • Search IBEF's full content library by topic with search, filtering results by title and description to find relevant reports.
  • Compare government initiative coverage across multiple industries by iterating get_industry_report and extracting the government_initiatives section.
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 IBEF have an official developer API?+
IBEF does not publish an official public developer API. The IBEF API on Parse provides the structured access to IBEF content described in this listing.
What does get_industry_report actually return, and how granular is the data?+
It returns a sections object whose keys vary by industry but typically include snapshot, advantage_india, growth_drivers, government_initiatives, market_size, and investments. Each value is the text content from that section of the IBEF report. Not every section appears for every industry — availability depends on what IBEF has published for that slug.
Does the news endpoint support filtering by category, industry, or date range?+
Not currently. get_news_list supports only page for pagination and returns the latest articles in publication order. You can fork the API on Parse and revise it to add filtering parameters targeting specific news categories or date ranges.
Are historical versions of industry reports or archived pages accessible?+
Not currently. The API returns the current published version of each industry or state report. Historical snapshots and archived report versions are not exposed. You can fork the API on Parse and revise it to store and timestamp report responses as they change over time.
How does pagination work across endpoints that support it?+
get_news_list and search both accept a 0-indexed page integer. Both return a pagination or pagination_html field containing HTML navigation markup alongside the result array. total_results on search reflects the count for the current page, not the full corpus count, so iterate pages until the result array is empty to determine full coverage.
Page content last updated . Spec covers 9 endpoints from ibef.org.
Related APIs in Government PublicSee all →
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
13f.info API
13f.info API
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
customs.gov.mv API
Check import/export duties, tariff classifications, and exchange rates for Maldives customs compliance, plus track vessel movements, company registrations, and declaration statuses. Get real-time data directly from the official customs portal to streamline your trade and logistics operations.
bizapedia.com API
Search for detailed business profiles and contact information from Bizapedia, including company details, employee data, and communication channels. Access comprehensive business intelligence to research companies and build targeted contact lists.
IBEF API – India Industry & Economy Data · Parse