get_listings_urls: Puts together a vector of property listing URLs

Description Usage Arguments Value

View source: R/get_listings_urls.R

Description

Scrapes the search results page of domain.com.au given search parameters and returns a vector of the URLs for all the available listings.

Usage

1
get_listings_urls(urls, pause = 3)

Arguments

urls

A vector of results page URLs.

pause

The duration (in seconds) to pause between scraping each page to avoid rate limiting. Defaults to 3 seconds.

Value

A vector of listings URLs.


aaronw22/domainR documentation built on Dec. 18, 2021, 9:27 p.m.