Discover/vanguardngr.com API
live

vanguardngr.com APIwww.vanguardngr.com

Access latest news, full article content, and keyword search from Vanguard Nigeria via a structured API. Covers politics, sports, business, and more.

Endpoints
3
Updated
1h ago
Try it
Page number for pagination.
Category slug to filter by. Common values include: politics, sports, business, metro, edit
Number of articles per page, between 1 and 100.
api.parse.bot/scraper/7f3fdae9-285e-43f4-aebc-13116a8ea1d5/<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/7f3fdae9-285e-43f4-aebc-13116a8ea1d5/get_latest_news' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get the latest news articles from Vanguard Nigeria, ordered by date (newest first). Optionally filter by category slug.

Input
ParamTypeDescription
pageintegerPage number for pagination.
categorystringCategory slug to filter by. Common values include: politics, sports, business, metro, editorial. Omitting returns articles from all categories.
per_pageintegerNumber of articles per page, between 1 and 100.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "articles": "array of article objects with id, title, excerpt, date, link, author_id, categories, featured_image",
    "per_page": "integer"
  },
  "sample": {
    "page": 1,
    "articles": [
      {
        "id": 2891414,
        "date": "2026-05-30T15:18:20",
        "link": "https://www.vanguardngr.com/2026/05/thugs-invade-factional-pdp-convention-assault-journalists-jonathan-named-presidential-candidate/",
        "title": "Thugs invade factional PDP convention, assault journalists; Jonathan named presidential candidate",
        "excerpt": "Party members and journalists were harassed and assaulted, while several mobile phones and other valuables were stolen",
        "author_id": 543,
        "categories": [
          6
        ],
        "featured_image": "https://cdn.vanguardngr.com/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-30-at-12.19.13-PM.jpeg"
      }
    ],
    "per_page": 3
  }
}

About the vanguardngr.com API

The Vanguard Nigeria API provides 3 endpoints to retrieve articles from vanguardngr.com, one of Nigeria's major daily newspapers. Use get_latest_news to pull paginated article feeds filtered by category, search_news to find articles by keyword, and get_article to fetch full HTML content, tags, and modification timestamps for any individual article by its numeric ID.

Endpoints and Data Coverage

The API exposes three endpoints covering the core editorial content of Vanguard Nigeria. get_latest_news returns a paginated list of articles ordered newest-first, with optional filtering by category slug — accepted values include politics, sports, business, metro, and editorial. Each article object in the response includes id, title, excerpt, date, link, author_id, categories (array of category IDs), and featured_image. The per_page parameter accepts values between 1 and 100, giving control over response size.

Search and Full-Text Retrieval

search_news accepts a required query string (for example, "Nigeria economy" or "election results") and returns results ordered by relevance rather than date, with the same article object shape as get_latest_news. Once you have an article id from either listing endpoint, pass it to get_article to retrieve the complete article: content contains the full article HTML, and the response also includes modified (ISO datetime of last edit), tags (array of tag IDs), and excerpt. This two-step pattern — list or search, then fetch — covers most content pipeline needs.

Response Shape Notes

Dates are returned as ISO 8601 datetime strings in both listing and single-article responses. The author_id and categories fields return numeric identifiers, not resolved names or slugs. The featured_image field is present in listing responses but not explicitly listed in the single-article response shape, so image handling should be done at the listing stage. Article IDs are numeric strings (for example, '2891414') and are consistent across all three endpoints.

Common use cases
  • Monitor Nigerian political news in real time by polling get_latest_news with the politics category slug
  • Build a Nigeria-focused news aggregator that surfaces articles across business, sports, and metro categories
  • Track coverage of a specific topic or entity over time using search_news with recurring keyword queries
  • Pipe full article HTML from get_article into an NLP pipeline for sentiment or topic analysis on Nigerian media
  • Archive Vanguard articles by iterating paginated get_latest_news results and storing id, date, link, and excerpt
  • Display contextually relevant Nigerian news in a fintech or business dashboard by querying the business category
  • Detect when an existing article is updated by comparing the date and modified fields returned by get_article
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 Vanguard Nigeria have an official developer API?+
Vanguard Nigeria does not publish a documented public developer API. This Parse API provides structured programmatic access to the same editorial content available on vanguardngr.com.
What does the `get_latest_news` endpoint return, and how do I filter by topic?+
It returns a paginated array of article objects, each containing id, title, excerpt, date, link, author_id, categories, and featured_image. To filter by topic, pass a category slug such as politics, sports, business, metro, or editorial via the category parameter. Omitting it returns articles across all categories.
Does `search_news` return the same fields as `get_latest_news`?+
Yes — search_news returns the same article object shape (id, title, excerpt, date, link, author_id, categories, featured_image), but results are ordered by relevance to the query string rather than by publication date.
Are author names or category names returned directly?+
No. Both listing endpoints and get_article return author_id as a numeric integer and categories as an array of numeric category IDs, not resolved display names or slugs. The API does not currently include a separate endpoint to resolve these IDs to names. You can fork this API on Parse and revise it to add an author or category lookup endpoint.
Can I retrieve comments or reader engagement data for articles?+
Not currently. The API covers article metadata, full content, tags, categories, and timestamps. Comment counts, shares, or engagement metrics are not part of the response shape. You can fork this API on Parse and revise it to add an endpoint targeting comment or engagement data.
Page content last updated . Spec covers 3 endpoints from www.vanguardngr.com.
Related APIs in News MediaSee all →
news.ycombinator.com API
Browse Hacker News top/new/best/ask/show stories and job posts, search stories by keyword and timeframe, fetch user profiles, retrieve comment threads for a post, and compute basic engagement stats and trending stories.
globenewswire.com API
globenewswire.com API
prnewswire.com API
Access the latest press releases, earnings announcements, and news from PR Newswire across specific categories and organizations, with options to search by keywords or dates. Filter releases by industry, company newsrooms, and subscribe to RSS feeds for real-time updates on corporate news and financial disclosures.
trends.google.com API
Discover what's trending right now in any country by accessing the top search topics with real-time search volume, growth rates, and related queries. Stay informed on trending categories and see which searches are gaining the most momentum in your target markets.
allsides.com API
Get balanced news coverage from multiple political perspectives and discover media bias ratings to understand how outlets lean Left, Center, or Right. Search headlines by topic and perspective to compare how different viewpoints cover the same stories.
pewresearch.org API
Search and retrieve Pew Research Center publications, reports, and expert profiles across a wide range of topics, including technology, politics, science, religion, and social trends. Access detailed report content, key findings, charts, and methodology information, and filter results by topic, format, or region to stay informed on the latest research and data.
top.baidu.com API
Access real-time trending search data from Baidu's Top platform. Retrieve ranked hot search terms, novels, movies, and TV dramas, with support for genre and category filtering across all board tabs.
magzter.com API
Browse and search millions of magazines, newspapers, and stories from Magzter's digital library, then dive into specific publications, issues, and articles by category. Discover detailed information about any magazine or newspaper edition to find exactly what you want to read.