Discover/Lion Strategy API
live

Lion Strategy APILionstrategy.com

Access Lion Strategy's anonymised case studies and strategy essays via 4 endpoints. Filter by sector or decision type, retrieve full content and stats.

This API takes change requests — .
Endpoint health
verified 2h ago
get_essay
list_case_studies
get_case_study
list_essays
4/4 passing latest checkself-healing
Endpoints
4
Updated
3h ago

What is the Lion Strategy API?

The Lion Strategy API provides structured access to the firm's published content through 4 endpoints, covering 12 anonymised case studies and a library of strategy essays. The get_case_study endpoint returns the challenge, work performed, outcome, and quantified stats for each engagement. Essays include full section-by-section content, publish date, topic classification, and estimated read time.

This call costs1 credit / call— charged only on success
Try it
Filter by sector. Omitting returns all case studies.
Filter by decision type. Omitting returns all case studies.
api.parse.bot/scraper/45091eac-8131-4bf3-b1e3-2c4d1aafb1e3/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/45091eac-8131-4bf3-b1e3-2c4d1aafb1e3/list_case_studies?sector=Digital+assets+%26+trading&decision=Corporate+strategy' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalmissing one? ·

List all case studies from Lion Strategy's engagement record. Returns 12 anonymised case studies covering corporate strategy, transactions and capital commitments. Optionally filter by decision type or sector. Returns all items in a single response (no pagination needed).

Input
ParamTypeDescription
sectorstringFilter by sector. Omitting returns all case studies.
decisionstringFilter by decision type. Omitting returns all case studies.
Response
{
  "type": "object",
  "fields": {
    "total": "integer count of returned case studies",
    "case_studies": "array of case study summary objects"
  },
  "sample": {
    "total": 12,
    "case_studies": [
      {
        "slug": "case-study-consumer-goods-growth-strategy",
        "tags": [
          "Corporate strategy",
          "C-suite",
          "Consumer & retail"
        ],
        "title": "A city-by-city growth strategy for a FTSE 100 consumer goods company.",
        "number": "01",
        "sector": "Consumer & retail",
        "subtitle": "FTSE 100 multinational · Global growth strategy · Eight weeks",
        "stat_label": "metros modelled",
        "description": "A growth ambition depended on newly affluent consumers in cities that country-level data could not see.",
        "decision_type": "Corporate strategy",
        "headline_stat": "6,400"
      }
    ]
  }
}

About the Lion Strategy API

Case Study Endpoints

The list_case_studies endpoint returns all 12 anonymised case study summaries in a single response. Two optional parameters let you narrow results: sector filters by industry vertical and decision filters by the type of strategic decision the engagement addressed (e.g. capital commitment, transaction, growth strategy). The response includes a total count and an array of summary objects, each carrying a slug you pass to the detail endpoint.

The get_case_study endpoint accepts a slug from the list response and returns the full record: title, subtitle (client type, scope, and duration), description, challenge, work, result, and a stats array of labelled numeric outcomes. The tags array carries classification terms useful for grouping engagements by theme.

Essay Endpoints

The list_essays endpoint takes no parameters and returns every essay published in Lion Strategy's Thinking section as summary objects with slugs, covering topics including AI, judgement, trust, and the economics of intelligence. The get_essay endpoint accepts a slug and returns the complete essay: title, subtitle (the lede), topic, publish_date, read_time, and a sections array where each element has a heading and content field. This structure lets you reconstruct the full essay body without any parsing.

Reliability & maintenanceVerified

The Lion Strategy API is a managed, monitored endpoint for Lionstrategy.com — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when Lionstrategy.com changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official Lionstrategy.com API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
2h ago
Latest check
4/4 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a strategy research tool that surfaces Lion Strategy case studies filtered by sector or decision type using the sector and decision params
  • Aggregate the stats arrays from multiple case studies to benchmark typical outcome magnitudes across transaction and growth engagements
  • Extract the challenge, work, and result fields to train or fine-tune a language model on strategy advisory patterns
  • Render Lion Strategy essays in a custom reading interface using the sections array with per-section heading and content fields
  • Index tags and topic fields across case studies and essays to build a thematic content navigator for executives
  • Pull publish_date and read_time from essay records to schedule newsletter digests or reading queues
  • Combine subtitle and description fields from case studies to generate structured summaries of prior engagements for due diligence contexts
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Lion Strategy have an official developer API?+
No. Lion Strategy does not publish a documented developer API. This Parse API provides structured programmatic access to their publicly available case study and essay content.
What does the `get_case_study` endpoint actually return beyond a summary?+
It returns the full engagement record: challenge, work, and result as prose strings, a stats array of labelled numeric outcomes (each with a value and label), tags for classification, and a subtitle field capturing client type, scope, and engagement duration. The description field provides a short situation overview.
Can I filter essays by topic or date range?+
The list_essays endpoint takes no filter parameters and returns all essays in a single response. Each essay object includes topic and publish_date fields you can filter client-side. The get_essay endpoint requires a slug and returns full content including publish_date. If you need server-side filtering by topic or date, you can fork this API on Parse and revise it to add those parameters.
Is pagination needed to retrieve all case studies or essays?+
No. Both list_case_studies and list_essays return all available items in a single response. The total field in each response tells you the count of returned items. There is no cursor, page, or offset parameter.
Does the API expose author profiles, contact information, or team bios from Lion Strategy?+
Not currently. The API covers case study content (challenge, work, result, stats) and essay content (sections, topic, read time, publish date). You can fork this API on Parse and revise it to add an endpoint targeting team or author profile data.
Page content last updated . Spec covers 4 endpoints from Lionstrategy.com.
Related APIs in B2b DirectorySee all →
cbinsights.com API
Access CB Insights data including company and investor profiles, funding history, competitor maps, the unicorn list, and research reports.
livelaw.in API
Access Supreme Court and High Court judgments, legal news, articles, and digests from LiveLaw.in, with the ability to filter by year, category, and author. Stay updated on the latest legal developments, court decisions, and expert legal analysis across Indian courts.
mckinsey.com API
Retrieve article titles, author names, publication dates, and complete text content from McKinsey.com articles in seconds. Access comprehensive article information to integrate McKinsey insights into your research, content curation, or analysis workflows.
bailii.org API
Search and retrieve court judgments and case law from British and Irish courts across multiple jurisdictions, with filtering by date range and location. Access complete case details including full judgment text and metadata to research legal precedents and decisions.
baincapitalventures.com API
Access detailed information about Bain Capital Ventures' portfolio companies, investment team members, and focus domains, while discovering recent investments, founder stories, and investment insights. Learn about their early-stage funding approach and review case studies to understand their investment strategy and portfolio composition.
cfainstitute.org API
Access the complete CFA Program curriculum across all three levels, including topics, learning modules, and Learning Outcome Statements directly from official CFA Institute materials. Search and retrieve structured exam content to study efficiently, compare learning objectives, or build study tools.
luxy.ink API
Access technical articles from the luxy.ink blog with full content retrieval by article ID, or browse through posts using pagination, category filters, and search functionality. Discover in-depth technical insights from 小橘子大叔's blog collection on demand.
justia.com API
Access Justia's legal database: search the lawyer directory by practice area and location, retrieve attorney profiles, browse state statutes and case law, explore legal guides, and look up law schools — all in one API.