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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 311 views
  • 3 likes
  • 2 in conversation