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

Meta Scraper

Spider read meta.com in 2.6 s without a browser and returned 170 lines of clean markdown, including sections like "File format requirements", "Country-specific requirements" and "Common rejection reasons".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response developers.meta.com/horizon/resources/publish-organization-verification.md markdown · 170 lines
9. **Select a contact method** and choose how you want to receive your verification code, either through email, phone call, or text message (SMS).10. Enter your verification code.Once you submit your verification, you’ll receive a notification when the review is complete. Most verifications are processed within 48 hours, though some may take longer.### Accepted document typesWhen completing business verification, you may need to upload documentation that confirms your business identity. The following document types are generally accepted:* Business registration or incorporation certificate* Tax registration certificate* Articles of incorporation or organization* Partnership agreement (for partnerships)* Utility bill or bank statement showing the business name and address (as supplementary documentation)### File format requirements* Accepted formats: PDF, PNG, JPG, or JPEG* Maximum file size: 10 MB per document* Documents must be clearly legible with all text readable* Documents must not be expired### Country-specific requirementsDocument requirements vary by country. In some regions, you may need to provide additional documentation such as:* **European Union**: VAT registration certificate or chamber of commerce registration* **United States**: EIN confirmation letter (IRS Letter 147C or CP 575) or state business registration* **United Kingdom**: Companies House registration or HMRC documentation* **India**: GST registration certificate, certificate of incorporation, or PAN cardIf your country is not listed above, provide the most relevant official business registration document issued by your government.### Common rejection reasonsIf your business verification is rejected, check for the following common issues:* **Document mismatch**: The business name on your uploaded document does not match the business name on your developer account.
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 meta.com.

meta-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://meta.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 meta.com costs to scrape.

The capture above cost $0.001086 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://developers.meta.com/horizon/resources/publish-organization-verification/", "return_format": "markdown"}'

More Directories scrapers.

Start scraping meta.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.