jaypyles / Scraperr

Self-hosted webscraper.
https://scraperr-docs.pages.dev/
MIT License
1.21k stars 51 forks source link

Can't retrieve job results via API #49

Closed zehjotkah closed 1 week ago

zehjotkah commented 1 week ago

I can't figure out how to retrieve job results via API. I'm following the API docs, but using /api/retrieve-scrape-jobs I only get [] as a response. Also I'd like to specifiy the job ID in my request to only get this one result. Using /api/job/{ID} I still only get [] as response.

zehjotkah commented 1 week ago

I did something wrong.