Description Usage Arguments Details Value
get_advs_overview_from_page
gets the info on all advertisments on a
search results page.
1 | get_advs_overview_from_page(page_url, filter_admarkt = TRUE, verbose = TRUE)
|
page_url |
String containing the marktplaats url, which corresponds to a single page with results of a search for advertisements. |
filter_admarkt |
Boolean indicating whether admarkt advertisements need to be filtered. |
verbose |
Boolean indicating whether information on the progress should be printed during execution. |
The function scrapes a specified marktplaats url corresponding to a search results page. For each advertisement on the page, the title and url are scraped and the advertisement id is extracted from the url. The results are combined into a data.frame and returned.
a data.frame object, with columns 'title', 'url' and 'ad_id' and one row per advertisement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.