Collect web datasets and scraper results from BrightData and ingest them into Mixpeek.
BrightData is a web data platform with pre-built datasets (LinkedIn, Amazon, Google Maps, etc.) and custom web scrapers. Each sync triggers a new dataset snapshot, waits for it to be ready, and ingests every row as a bucket object.
The BrightData integration connects Mixpeek to BrightData’s Datasets API. When a sync runs, Mixpeek:
Triggers a new dataset snapshot for the configured dataset ID.
Polls the snapshot until status is ready.
Downloads the JSONL results.
Creates one bucket object per row, with the full JSON record as the object blob.
Each row’s fields are stored as bucket object metadata, making them filterable and searchable alongside the extracted features from your collection pipeline.
BrightData dataset snapshots can take from a few minutes to an hour depending on dataset size and your subscription tier. Mixpeek polls the snapshot status automatically and processes records as soon as they’re ready.
For most BrightData datasets (LinkedIn, Amazon, etc.), scheduled with a daily or weekly interval is the best choice since the underlying data changes at that cadence.