We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c3fc3 commit df4b468Copy full SHA for df4b468
1 file changed
apps/api/src/lib/scrape-billing.ts
@@ -14,7 +14,7 @@ import { isUrlBlocked } from "../scraper/WebScraper/utils/blocklist";
14
const creditsPerPDFPage = 1;
15
const stealthProxyCostBonus = 4;
16
const unblockedDomainCostBonus = 4;
17
-const xTwitterCostBonus = 4;
+const xTwitterCostBonus = 6;
18
19
export async function calculateCreditsToBeBilled(
20
options: ScrapeOptions,
0 commit comments