Discover/cigaraficionado.com API
live

cigaraficionado.com APIcigaraficionado.com

Access cigar ratings, tasting notes, specs, Top 25 lists, and industry news from Cigar Aficionado via 4 structured JSON endpoints.

Endpoints
4
Updated
14d ago
Try it
Page number for pagination.
Price range filter.
Search query string (e.g. 'Montecristo').
Comma-separated list of sizes to filter by (e.g. 'Toro,Churchill').
Comma-separated list of brand names to filter by (e.g. 'Montecristo,Cohiba').
Comma-separated list of countries to filter by (e.g. 'Cuba,Nicaragua').
Comma-separated list of strengths to filter by (e.g. 'Medium,Full').
api.parse.bot/scraper/39fd1f83-7145-48eb-9a70-54c40ab854bc/<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/39fd1f83-7145-48eb-9a70-54c40ab854bc/search_cigars?page=1&query=Montecristo' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for cigars in the ratings database with optional filters. Returns paginated results sorted by relevance.

Input
ParamTypeDescription
pageintegerPage number for pagination.
pricestringPrice range filter.
querystringSearch query string (e.g. 'Montecristo').
sizesstringComma-separated list of sizes to filter by (e.g. 'Toro,Churchill').
brandsstringComma-separated list of brand names to filter by (e.g. 'Montecristo,Cohiba').
countriesstringComma-separated list of countries to filter by (e.g. 'Cuba,Nicaragua').
strengthsstringComma-separated list of strengths to filter by (e.g. 'Medium,Full').
Response
{
  "type": "object",
  "fields": {
    "page": "integer current page number",
    "results": "array of cigar result objects with id, name, url, score, image, issue_date, country, price, size",
    "total_pages": "integer total number of pages available"
  },
  "sample": {
    "data": {
      "page": 1,
      "results": [
        {
          "id": "26602",
          "url": "https://www.cigaraficionado.com/ratings/26602/name/montecristo-no-4-petit-corona",
          "name": "Montecristo No. 4",
          "size": "Petit Corona",
          "image": "https://mshanken.imgix.net/cao/ratings_extras/cigars/26602-H.jpg",
          "price": "£26.40",
          "score": "91",
          "country": "Cuba",
          "issue_date": "April 1, 2026"
        }
      ],
      "total_pages": 76
    },
    "status": "success"
  }
}

About the cigaraficionado.com API

The Cigar Aficionado API exposes 4 endpoints covering cigar ratings, detailed review data, annual Top 25 lists, and industry news from cigaraficionado.com. The search_cigars endpoint alone returns up to 9 filterable fields per result — including score, country of origin, size, and price — making it practical to build cigar discovery tools, rating databases, or collection-tracking applications without scraping the site yourself.

Search and Filter the Ratings Database

The search_cigars endpoint accepts a freeform query string alongside structured filters: brands, countries, sizes, strengths, and price. Results are paginated via the page parameter, and each result object includes id, name, url, score, image, issue_date, country, price, and size. This makes it straightforward to build filtered catalog views or cross-reference cigars by origin and rating tier.

Full Review Details

get_cigar_detail takes a cigar review url (obtainable from search results) and returns the complete review record: a specs object with size, filler, binder, wrapper, country, price, box_date, and issue; a numeric score; and tasting_notes text when the review includes them. This is the endpoint to use when you need leaf construction details alongside the editorial rating.

Top 25 Lists and News

get_top25_cigars accepts an optional year parameter and returns the ranked list for that year, with each entry carrying rank, name, summary, and url. Coverage goes back through multiple years, making year-over-year comparisons straightforward. get_news_list returns paginated industry news articles with title, url, summary, and date fields, though summary and date are nullable depending on article format.

Common use cases
  • Build a cigar search interface filtered by country, size, and strength using search_cigars parameters
  • Populate a personal cigar cellar tracker with ratings and specs pulled from get_cigar_detail
  • Generate year-over-year Top 25 comparison tables using the year parameter on get_top25_cigars
  • Aggregate tasting notes and wrapper/binder/filler data across Nicaraguan or Cuban cigars for flavor profiling
  • Monitor Cigar Aficionado news feed for industry announcements using paginated get_news_list results
  • Cross-reference cigar scores with retail pricing using the score and price fields from search results
  • Build a brand spotlight page by filtering search_cigars by brands and surfacing top-rated entries
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 Cigar Aficionado have an official public developer API?+
No. Cigar Aficionado does not publish a public developer API or documented data feed. This Parse API is the structured way to access their ratings and review data programmatically.
What does `get_cigar_detail` return beyond the rating score?+
It returns a full specs object covering size, filler, binder, wrapper, country, price, box_date, and issue number, plus a tasting_notes string when the review includes one. The score field is a string and may be null if the review predates numerical ratings.
How far back do the Top 25 lists go?+
The get_top25_cigars endpoint accepts any year value. Coverage depends on what Cigar Aficionado has published and indexed on their site. Omitting the year parameter returns the most recent available list.
Are individual reviewer profiles or user community ratings available?+
Not currently. The API covers editorial ratings and reviews authored by Cigar Aficionado staff, along with the Top 25 lists and news articles. Community or reader-submitted ratings are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting that data if it becomes accessible.
Can I filter cigars by rating score range in `search_cigars`?+
Score-range filtering is not a current input parameter. The available filters are query, brands, countries, sizes, strengths, and price. You can retrieve paginated results and filter by the score field client-side, or fork the API on Parse and revise it to add a score-range parameter.
Page content last updated . Spec covers 4 endpoints from cigaraficionado.com.
Related APIs in Reviews RatingsSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
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.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
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.
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.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.