scrape data from site that loads data dynamically with javascript???

vittorianicolosi1994

Regular Member
Joined
Jan 17, 2024
Messages
279
Reaction score
81
Project Overview: DeckMaster Scraper

Live Site: domain-rec.web.app

Tech Stack: Flutter frontend with a Supabase backend.

Current Access: Public REST API endpoint (No direct DB credentials).


Target Endpoint:
https://kxkpdonptbxenljethns.supabase.co/rest/v1/PopularDeckMasters?select=*&limit=50

The Goal

Instead of just pulling all cards
, I need to extract the specific card name ,not card data, contained within each individual page.

The Challenge

I need a method to iterate through the IDs provided by the main API and scrape the specific card details associated with each entry.

How to Scrape the Data??

Since the site uses Supabase, i don't actually need to "scrape" the HTML.
 
Back
Top