data-feeds

Extract structured JSON from platform URLs using Bright Data pipelines.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/farzanmrz/beat-radar-agent --skill data-feeds-farzanmrz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-feeds
Source: https://github.com/farzanmrz/beat-radar-agent/tree/main/.claude/skills/data-feeds
Command: npx skills add https://github.com/farzanmrz/beat-radar-agent --skill data-feeds-farzanmrz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of scraping supported platforms by returning structured, machine-readable data directly from known URLs.

Core Features & Use Cases

  • Structured extraction from major platforms: Pull clean JSON from sources like Amazon, LinkedIn, Instagram, TikTok, Facebook, YouTube, Reddit, and more.
  • Pipeline selection guidance: Choose the correct Bright Data pipeline for a given platform, URL shape, or task type.
  • Operational reliability: Verify outputs with JSON parsing, record counts, and error checks so partial failures do not go unnoticed.
  • Use cases: Gather product details, social profiles, post feeds, reviews, comments, company pages, and other platform-specific datasets without writing scraping logic.

Quick Start

Ask the assistant to extract structured JSON from a supported platform URL using the appropriate Bright Data pipeline and verify the output for parsing and errors.

Frequently Asked Questions about data-feeds

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract structured JSON from platform URLs like Amazon or LinkedIn?

To extract structured JSON from platform URLs, you need to select the correct Bright Data pipeline for the specific platform. This approach returns clean, machine-readable data for supported sites without requiring manual scraping logic.

Can I scrape social media profiles and posts without writing custom scraping logic?

Yes, you can scrape social media profiles and posts without custom scraping logic by using pre-configured pipelines. The system handles structured extraction from major platforms like Instagram, TikTok, and Facebook, returning clean JSON directly.

What is the best way to get product reviews and company data from major platforms?

The best way to get product reviews and company data is by submitting the specific URLs to a matching data pipeline. This method gathers platform-specific datasets reliably, avoiding the friction of building and maintaining custom scrapers.

How do I verify if my structured data extraction missed records due to partial failures?

To verify structured data extraction and catch silent partial failures, you must parse the output JSON and check the record counts. Applying operational reliability checks ensures that missing data from the pipeline does not go unnoticed.

Does Bright Data pipeline selection affect the output for different scraping tasks?

Yes, Bright Data pipeline selection directly affects the output quality. Choosing the correct pipeline for a given URL shape or task type, such as pulling comments versus company pages, ensures you receive the appropriate structured JSON response.

Why does my platform scraping return unparseable JSON or timeout errors?

Platform scraping returns unparseable JSON or timeout errors when the incorrect pipeline is selected or timeout settings are not properly tuned. Verifying outputs for parseability and adjusting timeout parameters resolves these extraction issues.