BookmarkSubscribeRSS Feed
shivagujjaru
Calcite | Level 5
Hi Everyone,

Is it possible in sas to do web scraping accurately, Go to a website and enter the zip code as shown in picture 1 and extract the city and other city information from picture 2 and store into a dataset. And again go to "edit and search again" in picture 2 and search for new zip code ?
Can I do it for more than 1000+ zips ?
1 REPLY 1
sbxkoenk
SAS Super FREQ

I don't dare to download and open your attachment ...

, but it occurs to me you need PROC HTTP.

 

Just put all 1000+ zip-codes you want in a data set column and call PROC HTTP once per zip-code (you can easily do that with a macro loop or with call execute).

 

Koen

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 445 views
  • 3 likes
  • 2 in conversation