vittorianicolosi1994
Regular Member
- Jan 17, 2024
- 279
- 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.
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.