Advertisement
qharr

Untitled

Apr 2nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. library(httr)
  2. body <- list('search[filter_enum_make]' = 'alfa-romeo',
  3. 'search[dist]' = '5',
  4. 'search[category_id]' = '29')
  5. r <- POST("https://www.otomoto.pl/ajax/search/list/",
  6. add_headers(headers = c('User-Agent' = 'Mozilla/5.0')),
  7. body = body)
  8.  
  9. status_code(r)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement