lundi 14 septembre 2020

get all url from a reseach in a website and connect to these URLs using JSOUP

I search all the car offers from a website. I have more than 70 000 car offers. In one page, i can only see 30 car offers.

Page 1 URL : https://caroffer.com/offer/   => I can see 30 car offers
Page 2 URL : https://caroffer.com/offer/p-2  => I can see 30 car offers
Page 3 URL : https://caroffer.com/offer/p-3 => I can see 30 car offers
.
.
.
Page n URL : https://caroffer.com/offer/p-n => I can see 30 car offers
  1. How to I get all the 70 000 car offer ?
  2. How to I connect to all this offers via JSOUP?



Aucun commentaire:

Enregistrer un commentaire