Loslegen
IpStar Proxy nutzen
FAQ
SCRAPER
https://scraper.ipstar.io/v1/scraper/web/task
| Key | Typ | Beschreibung | Beispiel |
|---|---|---|---|
| Authorization | string | Bearer + api-key | Bearer |
| Key | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| geo | string | Ländercode | Optional |
| locale | string | Sprachcode | Optional |
| js_render | boolean | JS-Rendering | Optional |
| format | array[string] | Ergebnisformat | Optional |
| screen_type | integer |
| Optional |
| url | string | Link-Adresse | Pflicht |
https://scraper.ipstar.io/v1/scraper/web/tasks
| Key | Typ | Beschreibung | Beispiel |
|---|---|---|---|
| Authorization | string | Bearer + api-key | Bearer |
| Key | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| start_time | string | Startzeit | Optional |
| end_time | string | Endzeit | Optional |
| page_index | integer | Seitenindex | Optional |
| page_size | integer | Seitengröße | Optional |
| Key | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| code | integer | 200 | |
| msg | string | success | |
| data | object | ||
count | integer | Pflicht | |
list | array | ||
| task_id | string | Aufgaben-ID | Pflicht |
| url | string | Link-Adresse | Pflicht |
| status | integer |
| Pflicht |
| req_num | integer | Eingereichte | Pflicht |
| suc_num | integer | Erfolgreiche | Pflicht |
| formats | array[string] | Ergebnisformat | Pflicht |
| duration | integer | Dauer | Pflicht |
| start_time | string | Startzeit | Pflicht |
| end_time | string | Endzeit | Pflicht |
| create_time | string | Erstellzeit | Pflicht |
| result | object | Pflicht | |
| html | string | HTML | Pflicht |
| png | string | PNG | Pflicht |