-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
23 lines (21 loc) · 1.08 KB
/
config.json
File metadata and controls
23 lines (21 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"general":{
"base_url": "https://api.divar.ir",
"endpoints":{
"contact_info": "/v8/postcontact/web/contact_info_v2/{pid}",
"cities": "/v8/places/cities?level=all",
"categories": "/v8/postlist/w/categories",
"post_data": "/v8/posts-v2/web/{pid}",
"search_by_category": "/v8/postlist/w/search"
},
"AUTH_TOKEN": "Basic eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzaWQiOiJjM2ZmZGFjYy1iYmI5LTQyNWEtYmU5Mi0zZGQ3MjAzOWExODQiLCJ1c2VyLXR5cGUiOiJwZXJzb25hbCIsInVzZXItdHlwZS1mYSI6Ilx1MDY3ZVx1MDY0Nlx1MDY0NCBcdTA2MzRcdTA2MmVcdTA2MzVcdTA2Y2MiLCJ1aWQiOiJmYjhjYWE5Mi1hYmRmLTQxYzMtYjNhNy1kZTMzYjNmZDFjOTQiLCJ1c2VyIjoiMDkyMTgyODQ4NzciLCJpc3MiOiJhdXRoIiwidmVyaWZpZWRfdGltZSI6MTczNjc5NDcxMiwiaWF0IjoxNzM2Nzk0NzEyLCJleHAiOjE3NDQ1NzA3MTJ9.1eLDgIZgOzV0JAULbyeIxq-3wHXBAHAR1BV1Tof27vI",
"timeout": 10,
"retries": 3,
"output_path": "output_{category}.xlsx",
"start_page": 1,
"end_page": 10,
"category": "clothing",
"city_codes": ["1"],
"with_phone_number_only": true
}
}