html_listing_urls: Parse html listings

html_listing_urlsR Documentation

Parse html listings

Description

Parse vector of listing html listing urls.

Usage

html_listing_urls(
  urls = NULL,
  include_features = F,
  sleep_time = 1,
  return_message = TRUE
)

Arguments

urls

vector of html listings

include_features

if TRUE includes features

sleep_time

if not NULL sleep time between scrapes

return_message

if TRUE returns message

Details

This function will likely result in DDOS so use carefully. When possible find the JSON api data for the listings.

Examples

html_listing_urls(urls = "https://www.realtor.com/realestateandhomes-detail/5301-Westbard-Cir-Apt-323_Bethesda_MD_20816_M63437-59115")

abresler/realtR documentation built on July 30, 2023, 2:39 p.m.