Pengekstrak Halaman Web

Pull the title, metadata, headings, links, images and text out of any public page

100% gratis. Alat ini memerlukan server kami untuk melakukan pekerjaannya, jadi apa yang Anda kirim diproses di sana lalu dibuang - tidak pernah disimpan.

Selector supports a tag name, .class or #id. Full CSS selectors are not supported - anything more complex returns nothing rather than a wrong answer.

12 of 12 scrapes left today.

Tentang alat ini

Pull the structure out of any public web page. Give it a URL and it returns the title, meta description, canonical, language, Open Graph tags, every heading in order, all links marked internal or external and flagged for nofollow, every image with its alt text and declared size, and the readable text with a word count. An optional simple selector - a tag name, a class or an id - returns just the text of matching elements, which is enough for pulling prices, titles or list items without writing a scraper. Links and text can be copied out in one click.

Alur kerja

Audit halaman sebelum Anda mempublikasikannya

  1. 1Kikis halamanAmbil heading, tautan, gambar, dan metadatanya.Anda di sini
  2. 2Periksa meta tagJudul dan deskripsi seperti yang dibaca mesin pencari.Buka
  3. 3Pratinjau kartu bagikanLihat tampilannya saat diposting ke media sosial.Buka
  4. 4Ambil tangkapan layarSimpan tangkapan halaman yang sudah jadi untuk arsip Anda.Buka

Cara menggunakan alat ini

  1. Paste a URLAny public http or https page. It is fetched server-side, so pages that block browser requests still work.
  2. Add a selector if you want oneA tag name, .class or #id narrows the result down to just those elements.
  3. Browse the tabsOverview, headings, links, images, meta and text each have their own view, with copy buttons for the lists.

Mengapa menggunakannya

  • Everything in one pass - metadata, headings, links, images and text - rather than one tool per field.
  • Links are deduplicated and marked internal or external, with nofollow flagged.
  • Images include alt text, so missing alt attributes are immediately visible.
  • Open Graph and meta tags are listed together for checking how a page will share.
  • Scripts and styles are stripped before text extraction, so the word count reflects real content.
  • Copy buttons for the link list and the page text.

Penggunaan umum

  • Auditing a page for missing alt text, headings or meta description.
  • Exporting every outbound link on a page for a backlink or compliance review.
  • Checking how a page will look when shared, by reading its Open Graph tags.
  • Pulling a list of product titles or prices using a class selector.
  • Counting real word content on a competitor page.
  • Grabbing the readable text of an article for analysis.

Tips untuk hasil lebih baik

  • Start with the Overview tab - most SEO problems are visible there in seconds.
  • Use the internal and external filters on the links tab before copying.
  • Turn off Extract page text for a much smaller, faster result when you only want links.
  • A class selector matches any element carrying that class, so keep it specific.
  • The heading tab shows nesting by indentation, which makes a broken heading order obvious.
  • Some sites serve different markup to servers than to browsers, so compare against the live page if something looks off.

Kesalahan yang harus dihindari

  • Expecting full CSS selector support - only a tag name, .class or #id are handled.
  • Scraping a page whose content is rendered entirely by JavaScript after load, which returns the empty shell.
  • Reading a login or consent wall as the real page.
  • Assuming the link list is a full site crawl - it covers the one page you fetched.
  • Using scraped content in a way the site prohibits; check the terms and robots rules first.

Pertanyaan yang sering diajukan

Title, meta description, canonical, language, Open Graph and meta tags, every heading with its level, deduplicated links marked internal or external and flagged for nofollow, images with alt text and declared dimensions, and the readable page text with a word count.

Only simple ones: a tag name, .class or #id. Anything more complex returns nothing rather than a wrong answer, which is the honest behaviour for a regex-based extractor.

Because the page renders its content with JavaScript after load. This tool fetches the HTML the server sends, so a client-rendered page returns its empty shell. For those, use the Website Screenshot tool, which runs a real browser.

No. The fetch is anonymous with no cookies or session, so anything behind a login returns the signed-out page.

That depends on the site. Many publish terms or a robots file describing what automated access they permit, and copyright still applies to the content you retrieve. Check before you use scraped material, particularly commercially.

Related guides