# TradingView Bitcoin Ideas Scraper

**Use case:** 

Collect the latest bearish Bitcoin (BTCUSD) trading ideas from TradingView with analysis and author details as structured data.

## Input

```json
{
  "symbol": "BTCUSD",
  "maxItems": 3,
  "sort": "recent",
  "ideaType": "short"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "ideaType": {
    "label": "Idea Type",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "authorUrl": {
    "label": "Author Url",
    "format": "link"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "views": {
    "label": "Views",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [TradingView Ideas Scraper | Trader Analysis and Charts](https://apify.com/parseforge/tradingview-ideas-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tradingview-ideas-scraper) to learn more, explore other use cases, and run it yourself.