[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

Ben Shapiro

Top News

Showing a maximum of X news posts for non-authenticated requests. Use your API key in requests for full results.

"Ben Shapiro March for Life speech: the Baby Hitler controversy explained Vox"
@voxdotcom on X 2025-07-20 18:58:01 UTC 989.5K followers, X engagements

Topic News

https://lunarcrush.com/api4/public/topic/:topic/news/v1

Get the top news posts for a social topic. Top news is determined by the metrics related to the social posts that mention the news posts.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/news/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "type": "topic",
    "id": "bitcoin",
    "name": "Bitcoin",
    "symbol": "BTC",
    "generated": 1751552696
  },
  "data": [
    {
      "id": "news.bitcoin.com-1834060068",
      "post_type": "news",
      "post_title": "South Africa’s First NFT Marketplace, Momint, Shuts Down Amid Market Pressures – News Bytes Bitcoin News",
      "post_link": "https://news.bitcoin.com/south-africas-first-nft-marketplace-momint-shuts-down-amid-market-pressures/",
      "post_image": "https://static.news.bitcoin.com/wp-content/uploads/2025/07/mominyyyttt.png",
      "post_created": 1751550334,
      "post_sentiment": 2.95,
      "creator_id": "twitter::3367334171",
      "creator_name": "BTCTN",
      "creator_display_name": "Bitcoin.com News",
      "creator_followers": 3174857,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1917825669825966080/2bAp4kVv_200x200.jpg",
      "interactions_24h": 56,
      "interactions_total": XX
    }
  ]
}

Schema:


Topic Whatsup

https://lunarcrush.com/api4/public/topic/:topic/whatsup/v1

Generate an AI summary of the hottest news and social posts for a specific topic

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topic/bitcoin/whatsup/v1

Example response:

{
  "config": {
    "topic": "bitcoin",
    "generated": 1751552662
  },
  "summary": "Several major financial institutions and companies, such as BlackRock, Fidelity, and Microcloud Hologram Inc., are making significant moves in the Bitcoin space, including investing heavily in Bitcoin and launching new Bitcoin-related products. Additionally, regulatory developments, such as the SEC approving Grayscale's proposal to convert its fund into a spot ETF, are also having an impact. Meanwhile, some countries, like Pakistan, are exploring Bitcoin mining plans, while others, like South Africa, are seeing NFT marketplaces shut down due to market pressures."
}

Schema:


Category News

https://lunarcrush.com/api4/public/category/:category/news/v1

Get the top news posts for a category. Top news is determined by the metrics related to the social posts that mention the news posts.

input parameters:

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/category/cryptocurrencies/news/v1

Example response:

{
  "config": {
    "category": "cryptocurrencies",
    "type": "topic",
    "id": "_cryptocurrencies",
    "topic": "_cryptocurrencies",
    "generated": 1751552698
  },
  "data": [
    {
      "id": "news.bitcoin.com-1834060068",
      "post_type": "news",
      "post_title": "South Africa’s First NFT Marketplace, Momint, Shuts Down Amid Market Pressures – News Bytes Bitcoin News",
      "post_link": "https://news.bitcoin.com/south-africas-first-nft-marketplace-momint-shuts-down-amid-market-pressures/",
      "post_image": "https://static.news.bitcoin.com/wp-content/uploads/2025/07/mominyyyttt.png",
      "post_created": 1751550334,
      "post_sentiment": 2.95,
      "creator_id": "twitter::3367334171",
      "creator_name": "BTCTN",
      "creator_display_name": "Bitcoin.com News",
      "creator_followers": 3174857,
      "creator_avatar": "https://pbs.twimg.com/profile_images/1917825669825966080/2bAp4kVv_200x200.jpg",
      "interactions_24h": 56,
      "interactions_total": XX
    }
  ]
}

Schema:


Topics List

https://lunarcrush.com/api4/public/topics/list/v1

Get a list of trending social topics.

Example request:

curl -H "Authorization: Bearer <API_KEY>" https://lunarcrush.com/api4/public/topics/list/v1

Example response:

{
  "data": [
    {
      "topic": "youtube",
      "title": "YouTube",
      "topic_rank": 1,
      "topic_rank_1h_previous": 1,
      "topic_rank_24h_previous": 1,
      "num_contributors": 412953,
      "num_posts": 836638,
      "interactions_24h": 3573313797
    }
  ]
}

Schema: