mirror of
https://github.com/hashiromer/Upwork-Jobs-scraper-.git
synced 2025-12-29 16:16:01 +00:00
Added README
This commit is contained in:
4
main.go
4
main.go
@@ -74,9 +74,9 @@ func main() {
|
||||
"x-odesk-user-agent": "oDesk LM",
|
||||
"x-requested-with": "XMLHttpRequest",
|
||||
}
|
||||
|
||||
//Upwork limits pagination to 100 pages
|
||||
total_iterations := 100
|
||||
//Query to serach for on Upwork
|
||||
//Query to serach for on Upwork, searching for jobs with shopify keyword
|
||||
query := "shopify"
|
||||
//Number of results per page
|
||||
per_page := 100
|
||||
|
||||
Reference in New Issue
Block a user