Fetch opengraph information from an url
Javascript module to extract and fetch HTTP link information from blocks of text.
A light-weight module that brings Fetch API to node.js
Generate OpenGraph images for your Astro site
Opinionated, caching, retrying fetch client
Provides a way to make requests
Blob & File implementation in Node.js, originally from node-fetch.
Website scraper to grab OpenGraph tags or supplement them when they don't exist
An implementation of window.fetch in Node.js using Minipass streams
Universal WHATWG Fetch API for Node, Browsers and React Native
better fetch for Node.js. Works on any JavaScript runtime!
Generate Open Graph images for your Astro site.
Fetch-based http client for use with npm registry APIs
Fetches the contents of a file accross node and browsers.
Cross Platform Smart Fetch Ponyfill
A window.fetch polyfill.
Extend any fetch library with retry functionality
Synchronous version of the Fetch API
minimal implementation of a PassThrough stream
HTML5 `FormData` for Browsers and Node.
AbortController for Node based on EventEmitter
Minimal web-style fetch TypeScript typings
TypeScript definitions for node-fetch
Isomorphic WHATWG Fetch API, for Node & Browserify
a ruby library to fetch and parse meta tags which represent OpenGraph protocol
A library to fetch and parse OpenGraph properties from an URL or a given string.
Scrapetor is a Ruby HTML parsing + scraping toolkit. The parser is a native C arena DOM with structural indexes built at parse time and NEON SIMD scanners in the SAX hot loop. A streaming extraction engine compiles the schema DSL into a single forward pass — no DOM materialised, one Ruby boundary crossing per document. On builds where libcurl is available, Scrapetor::Fetcher adds an HTTP/2-capable fetch layer with per-thread connection cache, shared DNS + TLS session pool, in-process gzip / deflate / brotli / zstd decoding, iconv charset transcoding, retry + exponential backoff, ETag / Last-Modified disk cache with bulk revalidation, per-host throttle, cookie jar, basic + bearer auth, proxy, and three bulk concurrency models (parallel_fetch / multi_fetch / streaming multi_each). Scrapetor::Session ties the cookie / auth / throttle / retry policies together. Also ships robots.txt + sitemap.xml parsers, a bounded-memory streaming HTML parser, and structured-data extractors (JSON-LD, OpenGraph, Schema.org, Microdata, RDFa, Twitter Cards). The Net::HTTP-based Scrapetor.fetch is preserved as the no-libcurl fallback.