Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
[README.md] better info about parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelmhm committed Mar 22, 2021
1 parent 8cefd24 commit 59df884
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,16 @@ Crawlera middleware won't be able to handle them.
make better usage of concurrency options and avoid delays.

* `CRAWLERA_FETCH_DEFAULT_ARGS` (type `dict`, default `{}`)
Default values to be sent to the Crawlera Fetch API. For instance, set to `{"device": "mobile"}`
to render all requests with a mobile profile.
Default values to be sent to the Crawlera Fetch API. You can find parameters [on this page](https://docs.zyte.com/smart-proxy-manager/fetch-api.html#request-endpoint-parameters).
For example:

```python
'CRAWLERA_FETCH_DEFAULT_ARGS': {
'region': 'gb',
'waitfor_selector': '#cookieLoad',
'device': 'mobile'
}
```

### Log formatter

Expand Down

0 comments on commit 59df884

Please sign in to comment.