Skip to main content
GET
/
v1
/
twitter
/
stream
/
filter-rules-pricing
Get filter rule pricing tiers
curl --request GET \
  --url https://scrapebadger.com/v1/twitter/stream/filter-rules-pricing \
  --header 'x-api-key: <api-key>'
{
  "tiers": [
    {
      "tier_label": "Real-time (0.1s)",
      "max_interval_seconds": 1,
      "credits_per_rule_per_day": 1000
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.

Response

Successfully retrieved pricing tiers.

tiers
object[]

List of pricing tiers ordered by interval.