Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
cphoover
on March 26, 2023
|
parent
|
context
|
favorite
| on:
Experimental library for scraping websites using O...
You could probably use gpt to build a deterministic parser based off the markup of a page though... Like ask it to "create the script/selectors needed to scrape X page"
Then you just run that script whenever you want to get data.
sagarpatil
on March 26, 2023
[–]
Yes. This is the most cost effective way and what I’m been doing personally.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Then you just run that script whenever you want to get data.