Skip to content

Conversation

@karaposu
Copy link
Contributor

@karaposu karaposu commented Feb 9, 2026

Summary

  • Datasets API: filter, download, export pre-collected data
  • 8 datasets: LinkedIn (profiles/companies), Amazon, Crunchbase, IMDB, NBA, Goodreads, World Population
  • Export utils: export_json, export_csv
  • Demo notebooks for LinkedIn, Amazon, Crunchbase

Usage

async with BrightDataClient() as client:                                                                                          
    snapshot_id = await client.datasets.amazon_products(                                                                          
        filter={"name": "rating", "operator": ">=", "value": 4.5},                                                                
        records_limit=100                                                                                                         
    )                                                                                                                             
    data = await client.datasets.amazon_products.download(snapshot_id)                                                            
    export_json(data, "results.json")                  

…dIn (profiles, companies), Amazon, Crunchbase, IMDB, NBA, Goodreads, World Population - Export utilities: export_json, export_csv, export_jsonl - Notebooks: linkedin, amazon, crunchbase demos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant