Getting Started
How to use IpStar proxy
FAQ
Data API
https://scraper.ipstar.io/v1/scraper/web/task
| Key | Type | Description | Example |
|---|---|---|---|
| Authorization | string | Bearer + api-key | Bearer |
| Key | Type | Description | If necessary |
|---|---|---|---|
| geo | string | Country Location Code | Optional |
| locale | string | Language Code | Optional |
| js_render | boolean | JS render | Optional |
| format | array[string] | Result Format | Optional |
| screen_type | integer |
| Optional |
| url | string | Link Address | Required |
https://scraper.ipstar.io/v1/scraper/web/tasks
| Key | Type | Description | Example |
|---|---|---|---|
| Authorization | string | Bearer + api-key | Bearer |
| Key | Type | Description | If necessary |
|---|---|---|---|
| start_time | string | Start Time | Optional |
| end_time | string | End Time | Optional |
| page_index | integer | Page Index | Optional |
| page_size | integer | Page Size | Optional |
| Key | Type | Description | If necessary |
|---|---|---|---|
| code | integer | 200 | |
| msg | string | success | |
| data | object | ||
count | integer | Required | |
list | array | ||
| task_id | string | Task ID | Required |
| url | string | Link Address | Required |
| status | integer |
| Required |
| req_num | integer | Number submitted | Required |
| suc_num | integer | Number successful | Required |
| formats | array[string] | Result Format | Required |
| duration | integer | Duration | Required |
| start_time | string | Start Time | Required |
| end_time | string | End Time | Required |
| create_time | string | Creation time | Required |
| result | object | Required | |
| html | string | HTML | Required |
| png | string | PNG | Required |