ParseForge Scrapers

Xerox Business Solutions Metadata Scraper

parseforge/xerox-business-solutions-scraper

SEO toolsDeveloper toolsBusiness

Extracts page metadata and the complete navigation tree from Xerox Business Solutions pages. Returns page titles, descriptions, Open Graph tags, and every navigation item with its parent-child relationships as flat rows.

Run this scraper See the API call
Total runs
3
Bookmarked
0
Last modified
18 hours ago

This scraper was last updated on .

What does the Xerox Business Solutions Metadata Scraper return?

ParseForge

Xerox Business Solutions Metadata Scraper

Scrape Xerox Business Solutions metadata from any page on the site, up to a million items per run. Extract page titles, descriptions, Open Graph tags, and the full navigation tree with IDs, URLs, and modification dates. Export to CSV, JSON, Excel, or XML.

Xerox Business Solutions publishes its product and service catalog through a website with rich, server-rendered metadata. Manually copying page details and navigation structures is slow and error-prone. This actor reads the public HTML directly, pulling out every meta tag and the complete nested navigation hierarchy in one pass.

Who uses it What they scrape Xerox Business Solutions for
SEO analysts Audit the metadata and site architecture of Xerox Business Solutions for competitive benchmarking.
Content strategists Map the full navigation structure to understand how Xerox organizes its solutions and services.
Market researchers Track changes in page titles, descriptions, and navigation over time to spot shifts in Xerox's messaging.
Web developers Extract the canonical URL and Open Graph data for integration into reporting dashboards.

What it does

This Actor collects page metadata and the full navigation tree from Xerox Business Solutions pages, returning each page as a flat row with its title, description, canonical URL, Open Graph tags, and every navigation item from the top level down to grandchildren.

  • 🏷️ Page metadata: title, meta description, meta template, and canonical URL from every page.
  • πŸ–ΌοΈ Open Graph tags: og:title, og:description, og:image, and og:url for social sharing previews.
  • πŸ—ΊοΈ Full navigation tree: every item with its ID, type, title, URL, level, active status, and repo modify date.
  • πŸ‘ͺ Parent-child relationships: each navigation item includes its parent, children, and grandchildren with their own IDs, titles, URLs, and levels.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Xerox Business Solutions data

πŸ” Audit SEO metadata.

An SEO analyst runs the actor on the Xerox Business Solutions homepage to collect all page titles and meta descriptions, then compares them against best-practice lengths and keyword usage.

πŸ—‚οΈ Map the site structure.

A content strategist scrapes the full navigation tree to build a visual sitemap of how Xerox groups its business solutions, identifying gaps or redundancies.

πŸ“Š Monitor messaging changes.

A market researcher schedules weekly runs to capture the navigation item titles and repo modify dates, flagging when Xerox adds, removes, or renames a solution category.

πŸ”— Extract canonical URLs.

A web developer scrapes a list of Xerox Business Solutions pages to pull the canonical URL and Open Graph image for a competitive link analysis report.

Why choose this scraper

What you get
Structured metadata Every row follows a fixed schema, so you can compare pages directly in a spreadsheet.
Navigation hierarchy Parent, child, and grandchild relationships are preserved, not flattened into a single list.
No login required The actor reads the public HTML. No API key, no OAuth, no account needed.
Flexible export Download your results as CSV, JSON, Excel, or XML for use in any tool.

What a Xerox Business Solutions record looks like

Every record returns as one flat JSON row. Here is a real one from a run:

{
 "imageUrl": "https://www.xeroxbusinesssolutions.com/content/dam/xerox/xbs/images/photography/woman-holding-tablet-in-office-800x400.jpg",
 "pageTitle": "Xerox Business Solutions: Office Supplies & Smart Technologies",
 "metaDescription": "Boost productivity with Xerox workplace solutions, document management & digital printing. Simplify workflows & enhance collaboration-get started today!",
 "metaTemplate": "homepage",
 "canonicalUrl": "https://www.xeroxbusinesssolutions.com/en-us",
 "ogTitle": "Xerox Business Solutions: Office Supplies & Smart Technologies",
 "ogDescription": "Boost productivity with Xerox workplace solutions, document management & digital printing. Simplify workflows & enhance collaboration-get started today!",
 "ogImage": "https://www.xeroxbusinesssolutions.com/content/dam/xerox/xbs/images/photography/woman-holding-tablet-in-office-800x400.jpg",
 "ogUrl": "https://www.xeroxbusinesssolutions.com/en-us",
 "contentPageRef": "ZjPILwPFjIXOM1xW3DF2zrK3pcOwhb4WoM0vxZM5PjuFrS0DYNG499L_mzh1AG-d",
 "scrapedAt": "2026-09-04T03:36:15.283Z"
}

Every value above comes from a real run. A field a record does not have comes back as null.

Configure the run

Drive the Actor from one or more start URLs, and set a maximum item count to control the size of your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
 "startUrls": [
 {
 "url": "https://www.competitive.com"
 }
 ],
 "maxItems": 10
}

A larger pull:

{
 "startUrls": [
 {
 "url": "https://www.competitive.com"
 }
 ],
 "maxItems": 200
}

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Xerox Business Solutions Metadata Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Xerox Business Solutions through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/xerox-business-solutions-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that your start URL is a valid page on the Xerox Business Solutions site (the domain should resolve to xeroxbusinesssolutions.com). Also verify that your max items setting is greater than zero. If the page returns a 421 or other error, try the homepage URL directly.

The navigation tree looks incomplete or missing some levels.

The actor extracts exactly what is present in the HTML at the time of the request. If certain navigation items are loaded dynamically after the initial page load, they may not appear. Try running the actor on the specific page that contains the full navigation, usually the homepage.

I hit the max items limit but I need more data.

Paid Apify plans allow up to 1,000,000 items per run. If you are on a paid plan, increase the max items value in the input. If you are on the free plan, upgrade to raise the limit.

The actor is running slowly.

The actor makes standard HTTP requests. Slowdowns are usually due to the target server's response time. Try reducing the number of start URLs or running during off-peak hours.

FAQ

Question Answer
What data does this actor extract from Xerox Business Solutions? It extracts page-level metadata (title, meta description, meta template, canonical URL), Open Graph tags (title, description, image, URL), and the full navigation tree including every item's ID, type, title, URL, level, active status, repo modify date, and its parent, child, and grandchild relationships.
Can I scrape multiple pages at once? Yes. You can provide a list of start URLs in the input, and the actor will process each one, returning a combined dataset up to the max items limit you set.
Does this actor require a login or API key? No. It reads the public HTML of the Xerox Business Solutions website. No registration, API key, or authentication is needed.
What format is the navigation tree returned in? Each navigation item is returned as a flat row with fields for its own properties and the properties of its parent, children, and grandchildren. The hierarchy is preserved through these relationship fields, not nested JSON.
How many items can I scrape? Free Apify users are limited to 10 items for preview. Paid users can set a max items value up to 1,000,000 per run.
Can I schedule this actor to run automatically? Yes. Once you have an Apify account, you can set up a recurring schedule (daily, weekly, etc.) to monitor changes in Xerox Business Solutions metadata over time.
What export formats are supported? You can export your dataset as CSV, JSON, Excel, or XML directly from the Apify platform.
Does the actor handle JavaScript-rendered content? The metadata and navigation on the Xerox Business Solutions site are server-rendered in the initial HTML. This actor parses that static HTML, so no browser rendering is required.
What is the 'contentPageRef' field? It is an identifier found in the page's HTML that references a specific content page within the Xerox Business Solutions system. The actor extracts it as-is.
Can I filter which navigation items are extracted? The actor extracts the complete navigation tree as it appears in the HTML. Filtering by level, active status, or other properties can be done after export in your spreadsheet or database.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

What input does the Xerox Business Solutions Metadata Scraper accept?

FieldTypeWhat it doesDefault
startUrls array List of URLs to scrape. Defaults to the Xerox Business Solutions homepage. [{"url":"https://www.competitive.com"}]
maxItems integer Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 10

How much does the Xerox Business Solutions Metadata Scraper cost?

from $3.62 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00362 to $0.004

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

How do I call the Xerox Business Solutions Metadata Scraper API?

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~xerox-business-solutions-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "startUrls": [
      {
        "url": "https://www.competitive.com"
      }
    ],
    "maxItems": 10
  }'

What example inputs can I use?

Use these inputs to see how a run is configured.

input.json
{
  "startUrls": [
    {
      "url": "https://www.competitive.com"
    }
  ],
  "maxItems": 10
}

What do users say about the Xerox Business Solutions Metadata Scraper?

No reviews yet. Be the first.

How do I report an issue with the Xerox Business Solutions Metadata Scraper?

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

What related scrapers can I use?

Run Xerox Business Solutions Metadata Scraper on Apify All scrapers