← Back to companies
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/$
Design a web scraping system to extract image URLs from a provided list of domain URLs.
Requirements:
API Endpoints:
POST /jobs: Submit list of URLs, returns job_idGET /jobs/{job_id}/status: Returns {completed: N, in_progress: M, total: T}GET /jobs/{job_id}/results: Returns {url: [img_urls]} mappingKey Components:
Discussion Points: