Skip to main content
AI Studio  add-on for Spider.
yahooapis.com · HTTP 200

Yahooapis Scraper

Spider read yahooapis.com in 10.0 s without a browser and returned 429 lines of clean markdown, including sections like "Create Vouchers Flow (Synchronous)", "Sample Request" and "Voucher Status Changed Notification (Partner 提供)".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response tw.ews.mall.yahooapis.com/handbook_shopping/webservice_guide/api/O2O.md markdown · 429 lines
## Create Vouchers Flow (Synchronous)Collection of Voucher Object that match the given filter criteria upon success. Otherwise, an Error Object is returned.### Sample Request`GET /stauth2/v1/vouchers?orderId=YM1505130000018"voucherId": 18446744073709551615,"orderItemId": "YS2015050500005","redemptionDesc": "I’m description","executedBy":"system:VoucherOrderConsumerApp","statusAppliedTime": "2015-01-05T07:20:00Z","deliveredTime": "2015-01-05T07:20:00Z","expireTime": "2015-01-05T07:20:00Z","startTime": "2015-01-05T07:20:00Z"### Response - Error"message": "No Vouchers are found."## Voucher Status Changed Notification (Partner 提供)notify status changed vouchers - Yahoo call partner`[POST] /v1/vouchers/notification?..."statusAppliedTime":"2015-01-05T07:20:00Z","executedBy":"system:VoucherOrderConsumerApp""orderItemId": "YS1505130000029",## Voucher Status DefinitionThe voucher is now available for redemption. However, it is possible thatthe redemption might fail if the voucher has expired.The voucher has been redeemed.The voucher owner has initiated a refund of the voucher. This state isnecessary because some sellers take a few days to enter vouchers that havebeen redeemed. We wait a few days to avoid refunding a voucher that hasThe voucher has been refunded.The voucher has not been redeemed and can no longer be redeemed.## Call Yahoo api 認證方式### Example/stauth2/v1/vouchers/redeem?TimeStamp=1433924096&ApiKey=247c4a4244eaf481d39ed035xxxxxx{"vouchers":[{"orderId":"YM123239423","orderItemId":"YS1505130000028","serialNumber":"1234567890","redeemAt":"user input"}]}
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on yahooapis.com.

yahooapis-com-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://yahooapis.com");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Business NameAddressPhoneCategoryRatingWebsite

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What yahooapis.com costs to scrape.

The capture above cost $0.000048 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://tw.ews.mall.yahooapis.com/handbook_shopping/webservice_guide/api/O2O/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping yahooapis.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.