Discover/govconwire.com API
live

govconwire.com APIgovconwire.com

Access GovConWire articles, executive profiles, company news, and category feeds via API. 8 endpoints covering stories, search, and GovCon executive data.

Endpoints
8
Updated
14d ago
Try it
Number of stories to return (max 100).
api.parse.bot/scraper/e4330d8f-55e5-4992-9e51-5041730e296e/<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/e4330d8f-55e5-4992-9e51-5041730e296e/get_latest_stories?limit=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Retrieve the latest stories from the GovConWire homepage. Returns stories in reverse chronological order.

Input
ParamTypeDescription
limitintegerNumber of stories to return (max 100).
Response
{
  "type": "object",
  "fields": {
    "stories": "array of story objects, each containing id, title, slug, url, date, excerpt, author_id, categories, and tags"
  },
  "sample": {
    "data": {
      "stories": [
        {
          "id": 343340,
          "url": "https://www.govconwire.com/articles/intel-alex-katouzian-evp-pushkar-ranade-cto",
          "date": "2026-05-06T04:58:08",
          "slug": "intel-alex-katouzian-evp-pushkar-ranade-cto",
          "tags": [],
          "title": "Intel Taps Alex Katouzian to Lead Client Computing & Physical AI",
          "excerpt": "Intel has appointed Alex Katouzian as executive vice president...",
          "author_id": 1039864,
          "categories": [
            29,
            1
          ]
        }
      ]
    },
    "status": "success"
  }
}

About the govconwire.com API

The GovConWire API provides 8 endpoints for accessing government contracting news, executive profiles, and company-tagged stories from govconwire.com. The get_article endpoint returns full article body text alongside metadata like categories, tags, author ID, and publication date. Endpoints cover browsing by category, keyword search, company-specific news feeds, and paginated executive directory listings — making it straightforward to build GovCon intelligence tools without scraping the site manually.

Story and Article Access

The get_latest_stories endpoint returns story objects in reverse chronological order, with each object containing id, title, slug, url, date, excerpt, author_id, categories, and tags. You can retrieve up to 100 stories per call. To get the full article text, pass the slug from any story object to get_article, which returns the same metadata fields plus a body field containing the complete article text.

Category, Search, and Company Feeds

get_category_stories accepts a category slug (e.g. contract-awards, exec-moves, ma-activity) and returns paginated results including total_count and total_pages so you can walk the full archive. search_stories accepts a query string and similarly returns paginated results with total_count. For company-specific tracking, get_company_news takes a company slug (e.g. leidos, booz-allen-hamilton) and returns all stories tagged with that company, plus a company_info object that may include a description when available.

Executive Directory

get_executives_list returns a paginated list of GovCon executive objects, each with name, slug, and url. Passing a valid slug to get_executive_profile returns structured profile data: name, title, company, bio, industry, and url. The industry field may be empty for some profiles. Use get_executives_list first to discover valid slugs before querying individual profiles.

Popular Stories

get_most_popular_stories requires no inputs and returns the homepage sidebar popular stories list, with each object containing title and url. This endpoint is useful for trend monitoring but returns only title and url — not the full story metadata fields returned by other endpoints.

Common use cases
  • Monitor contract award announcements by polling get_category_stories with the contract-awards slug
  • Track executive moves at a specific company by combining get_company_news and get_executive_profile results
  • Build a GovCon news digest by fetching get_latest_stories on a schedule and storing new slug values
  • Search historical articles about a specific program or agency keyword using search_stories with pagination
  • Compile executive bios and titles for a GovCon directory using get_executives_list and get_executive_profile
  • Identify trending topics by comparing get_most_popular_stories results over time against category feeds
  • Aggregate M&A coverage by querying get_category_stories with the ma-activity category slug
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 GovConWire offer an official developer API?+
GovConWire does not publish an official developer API. This Parse API is the structured programmatic interface available for accessing its content.
What does `get_company_news` return, and how do I find valid company slugs?+
It returns all stories tagged with the specified company, a total_count, the resolved company name string, and a company_info object that may include a description. Valid slugs must match existing tags on the site — examples include leidos and booz-allen-hamilton. The best way to discover slugs is to check the tags array on story objects returned by get_latest_stories or search_stories.
Does `get_most_popular_stories` return the same fields as other story endpoints?+
No. It returns only title and url per story — not id, slug, date, excerpt, author_id, categories, or tags. To get full metadata for a popular story, take its URL, extract the slug, and call get_article with that slug.
Are there endpoints for contract award dollar amounts, award winners, or contracting agency details?+
Not currently. The API returns article text and metadata; structured contract data fields like award value, vendor name, or agency are not broken out as discrete response fields — they appear only within the body text of relevant articles. You can fork this API on Parse and revise it to add a structured contract-data extraction endpoint.
What are the pagination limitations across endpoints?+
Endpoints that support pagination (get_category_stories, search_stories, get_company_news, get_executives_list) accept a page integer and a limit up to 100. total_count and total_pages are returned where applicable, so you can calculate how many requests are needed to walk a full result set. get_most_popular_stories is not paginated and returns a fixed sidebar list.
Page content last updated . Spec covers 8 endpoints from govconwire.com.
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.