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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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