Skip to main content

GET sas.com HTTP 20010.3 s35.4 KB$0.000637 captured Aug 7, 2026

sas.com, as data

One API turns any sas.com page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.

target profile from the capture
Render mode
Plain HTTP, no browser needed
Response
HTTP 200 in 10.3 s
Page size
35.4 KB of markdown, 652 lines
Fields
Business Name, Address, Phone, Category
Captured
Aug 7, 2026

Free balance on signup, no card. This sas.com page cost $0.000637 to fetch.

response 200 · 10.3 s · 35.4 KB
🔒 This topic is **solved** and **locked**.Need further help from the community? Please* Report Inappropriate ContentWhen importing a comma delimited file, how do I prevent SAS from getting confused when the value for a character variable contains a comma?"daffy duck" , "123 pizza lane**,** ohio" , "555-555-5555""ronald mcdonald" , "435 awesome street, michigan" , "555-555-5555"When importing this data, SAS will assume that daffy duck and ronald mcdonald are names, 123 pizza lane and 435 awesome street are addresses, and that ohio and michigan are phone numbers.All my data is enclosed in quotations. Is there a way to get SAS to allow commas as long as they fall within the quotation marks?HERE'S MY CODING - (This is from the PROC IMPORT)note - the problem occurs with address1%let _EFIERR_ = 0; /* set the ERROR detection macro variable */infile "C:\Users\mconover\Desktop\COURSE WORK\718 Data\Hospital_flatfiles\Hospital_flatfiles\HQI_Hosp.csv" delimiter = ',' MISSOVER DSD lrecl=32767 firstobs=2 ;informat Provider_Number 10. ;informat Hospital_Ownership $15. ;informat Emergency_Service $25. ;format Hospital_Ownership $15. ;format Emergency_Service $25. ;_infile_=compress(compress(_infile_,"'"),'"');Re: When importing a comma delimited file, how do I prevent SAS from getting confused when the value for a character variable contains a comma?Why not only compress out the single quote characters that are causing the trouble instead of removing the double quotes that are protecting the embedded commas?Or if you have some single quotes inside strings then try just removing those that open and close strings._infile_=tranwrd(tranwrd(_infile_,"""'",'"'),"'""",'"');View solution in original postWhy are you removing the quotation marks with the compress statement?
POST /scrape · communities.sas.com/t5/SAS-Enterprise-Guide/When-importing-a-comma-delimited-file-how-do-I-prevent-SAS-from/td-p/104640.md · markdown · Showing 24 of 652 lines · captured Aug 7, 2026

What Spider does on sas.com

Same key, five endpoints. The numbers under a cell were measured on this page.

/scrape

Page to markdown

Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.

10.3 s · $0.000637
/fetch

Page to JSON

Spider reads the page and names the fields. Pass your own schema when you need exact keys.

/crawl

Whole site

Follows sas.com's own links, respects robots, streams pages as they land.

/links

Link graph

Every internal and external URL on a page, before you decide what to fetch.

/screenshot

Rendered capture

Real Chromium, full-page PNG. The same call also returns the rendered HTML.

The call behind the panel

This request produced the response above. Paste it with your key and you get the same bytes.

request scrape.sh
curl -X POST https://api.spider.cloud/scrape \
  -H "Authorization: Bearer $SPIDER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://communities.sas.com/t5/SAS-Enterprise-Guide/When-importing-a-comma-delimited-file-how-do-I-prevent-SAS-from/td-p/104640", "return_format": "markdown"}'
plain request · no browser, no selectors

What sas.com costs

Multiplied from the measured 35.4 KB page. Estimates round to the cent.

cost measured
This page, once 35.4 KB over HTTP, measured $0.000637
This page, daily for a month 30 fetches at the measured price ≈ $0.02
1,000 pages this size 34.5 MB at the measured price ≈ $0.64
10,000 pages this size 345.5 MB at the measured price ≈ $6.37

1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.

Point this at the rest of sas.com.

The capture above took 10.3 s and cost $0.000637. The same call takes any URL on sas.com.

Get an API key

More in Directories

All Directories scrapers