Discover/autonews.com API
live

autonews.com APIautonews.com

Access Automotive News headlines, article search, brand-specific news, and regional coverage for Europe, Canada, and Asia via a structured REST API.

Endpoints
9
Updated
14d ago
Try it
Maximum number of articles to return.
Offset for pagination.
api.parse.bot/scraper/498c48f7-52dd-4787-af1f-3ac8d6be98f8/<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/498c48f7-52dd-4787-af1f-3ac8d6be98f8/get_latest_headlines?limit=5' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Fetch a feed of the latest headlines from Automotive News. Returns paginated results ordered by publish date.

Input
ParamTypeDescription
limitintegerMaximum number of articles to return.
offsetintegerOffset for pagination.
Response
{
  "type": "object",
  "fields": {
    "articles": "array of article objects with id, headline, url, description, image_url, category, published_at, authors, and tags"
  },
  "sample": {
    "data": {
      "articles": [
        {
          "id": "MYNO54UVOBHXPBACDLA4JJN6VE",
          "url": "https://www.autonews.com/newsletters/daily-5/an-daily-5-canada-ev-prices-incentives-chinese-competition-0507/",
          "tags": [],
          "authors": [
            "Omari Gardner"
          ],
          "category": "",
          "headline": "Daily 5 report for May 7: With Chinese EVs coming to Canada, automakers play defense with aggressive incentives",
          "image_url": "https://cloudfront-us-east-1.images.arcpublishing.com/crain/NPPL62MNRFEMXI2NCFJGRCGTH4.jpg",
          "description": "Automaker incentives of up to $13,000 plus a $5,000 federal rebate push Canadian EV prices below $30,000 as Chinese brands prepare to enter the market.",
          "published_at": "2026-05-07T19:00:00Z"
        }
      ]
    },
    "status": "success"
  }
}

About the autonews.com API

The Automotive News API exposes 9 endpoints covering the full editorial output of autonews.com, including get_latest_headlines for paginated feed access, category and region-specific endpoints, brand-level news lookup, and keyword search. Each article object returns up to nine structured fields: headline, description, url, image_url, category, published_at, authors, tags, and a unique id. The API is suited for monitoring industry news across retail, manufacturing, EV, and technology verticals as well as geographic markets.

What the API Returns

Every article-bearing endpoint returns a consistent object shape with id, headline, url, description, image_url, category, published_at, authors, and tags. The published_at field is an ISO 8601 timestamp, making it straightforward to sort or filter results by recency in your application. The authors field is an array of name strings, and tags is a flat array of topic strings attached to the article by Automotive News editors.

Navigating Categories and Regions

get_category_headlines accepts a required category parameter with verified values including retail, manufacturing, ev, technology, europe, canada, and asia. For convenience, dedicated endpoints — get_europe_headlines, get_canada_headlines, and get_asia_headlines — return regional articles directly without requiring a parameter. Both approaches return the same article object shape along with a category confirmation field.

Search and Brand Lookup

search_articles accepts a query string plus optional limit and offset for pagination, and uniquely returns a total integer alongside the results array — useful for building paginated UIs or estimating corpus size for a given topic. get_news_by_brand accepts a brand string (e.g., Tesla, Ford, Toyota) and attempts to locate articles from a brand-dedicated section before falling back to search, making it the most targeted way to track automaker-specific coverage.

Article Detail Lookup

get_article_details accepts a full url from autonews.com and returns the complete metadata object for that article. This is useful when you have a URL from an external reference and need to resolve structured metadata — category, tags, authors, image, and description — without re-running a search query.

Common use cases
  • Track EV industry coverage by polling get_category_headlines with category ev and monitoring new published_at timestamps.
  • Build a competitive intelligence feed by querying get_news_by_brand for multiple automakers and aggregating results by brand.
  • Populate a news widget with homepage-curated articles using get_homepage_headlines, which returns up to 10 editorially selected pieces.
  • Search earnings-adjacent coverage by passing financial terms to search_articles and using the total field to gauge story volume.
  • Monitor Canadian and European market news separately using get_canada_headlines and get_europe_headlines without parameter configuration.
  • Resolve article metadata from an externally sourced URL by passing it to get_article_details to retrieve tags, authors, and category.
  • Archive automotive retail news by paginating get_category_headlines with the retail category using limit and offset parameters.
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 Automotive News offer an official developer API?+
Automotive News (autonews.com) does not publish a public developer API or documented data access program. This Parse API provides structured access to the site's editorial content.
What does `get_article_details` return that feed endpoints do not?+
All feed endpoints return the same core article object. get_article_details is functionally identical in response shape but is the only endpoint that resolves a full autonews.com URL directly to metadata — useful when you already have a URL and want to avoid a separate search round-trip.
Does `search_articles` support filtering by date range or category?+
search_articles accepts only a query string plus limit and offset. It does not support filtering by published_at date range or by category within the query parameters. Results include a total count and a category field per article, so post-response filtering is possible client-side. You can fork this API on Parse and revise it to add a date-range or category filter parameter to the search endpoint.
Does the API return full article body text?+
No endpoint currently returns the full body text of an article. The API covers metadata fields: headline, description, url, image_url, category, published_at, authors, and tags. Full article content sits behind Automotive News's subscription paywall and is not part of this API's scope. You can fork it on Parse and revise to add a body-text endpoint if that data becomes accessible to you.
How fresh are the headlines returned by `get_latest_headlines`?+
The endpoint reflects the current published feed from autonews.com ordered by published_at. Automotive News publishes throughout the business day, so freshness depends on publication cadence rather than a fixed polling interval. For near-real-time monitoring, polling get_latest_headlines at regular intervals and comparing id or published_at values is the standard approach.
Page content last updated . Spec covers 9 endpoints from autonews.com.
Related APIs in News MediaSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
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.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.